Page 1 of 1

possible miff or -alpha shape bug IM 6.9.6.2 Q16 Mac OSX

Posted: 2016-10-28T17:49:15-07:00
by fmw42
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:
Image

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.

Re: possible miff or -alpha shape bug IM 6.9.6.2 Q16 Mac OSX

Posted: 2016-11-09T15:26:05-07:00
by magick
Thanks for the problem report. We can reproduce it and will have a patch to fix it in GIT master branch @ https://github.com/ImageMagick/ImageMagick later today. The patch will be available in the beta releases of ImageMagick @ http://www.imagemagick.org/download/beta/ by sometime tomorrow.

Re: possible miff or -alpha shape bug IM 6.9.6.2 Q16 Mac OSX

Posted: 2016-11-09T15:53:05-07:00
by fmw42
Thanks