correct convert script for new imagamagick 7.5.x.x
This commit is contained in:
parent
6403a39b50
commit
44548c4261
@ -188,7 +188,7 @@ convert_image() {
|
||||
$OUTPUT_DIR/removed_black.png
|
||||
|
||||
# create the matte
|
||||
convert $OUTPUT_DIR/removed_black.png -channel matte -separate +matte \
|
||||
convert $OUTPUT_DIR/removed_black.png -channel matte -negate -separate +matte \
|
||||
$OUTPUT_DIR/matte.png
|
||||
|
||||
# negate the colors
|
||||
|
Loading…
Reference in New Issue
Block a user