diff options
author | Mario Fetka <[email protected]> | 2013-01-28 15:21:10 (GMT) |
---|---|---|
committer | Mario Fetka <[email protected]> | 2013-01-28 15:21:10 (GMT) |
commit | 44548c4261e8630e4c2c25407abe76e09142c9f7 (patch) | |
tree | c37f9561005d05133f367b74b90137e0ffa5c1ba /lib/builder-utils.sh | |
parent | 6403a39b5052a8063c2d154d320c717c5babff3b (diff) |
correct convert script for new imagamagick 7.5.x.x
Diffstat (limited to 'lib/builder-utils.sh')
-rw-r--r-- | lib/builder-utils.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/builder-utils.sh b/lib/builder-utils.sh index 8b9b5cf..700414b 100644 --- a/lib/builder-utils.sh +++ b/lib/builder-utils.sh @@ -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 |