Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
fmw42
Posts: 25562 Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA
Post
by fmw42 » 2016-10-28T17:49:15-07:00
From Anthony's page at
http://www.imagemagick.org/Usage/masking/#alpha_shape ,
if saved to miff in IM 6.9.6.2, it does not work and one gets a black moon on transparency. If saved to mpc or png it works fine.
Input:
IM 6.9.6.2
Code: Select all
convert moon.png -background red -alpha shape moon_red.miff
Code: Select all
convert moon.png -background red -alpha shape moon_red.mpc
Code: Select all
convert moon.png -background red -alpha shape moon_red.png
Also using IM 7.0.3.4 Q16, all three result is solid red.
fmw42
Posts: 25562 Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA
Post
by fmw42 » 2016-11-09T15:53:05-07:00
Thanks