Page 1 of 1

[Resolved] possible bug -compose copy_opacity IM 6.7.6.9beta

Posted: 2012-05-03T14:22:02-07:00
by fmw42
IM 6.7.6.9beta Q16 Mac OSX Snow Leopard.

I am having trouble with -compose copy_opacity.

Test:

IM 6.7.6.9beta: (transparency not showing)

convert logo: -resize 50% logo2.png
Image

convert logo2.png -fill black -opaque white -fill white +opaque black logo2mask.png
Image

convert logo2.png logo2mask.png -alpha off -compose copy_opacity -composite logo2trans2.png
Image


IM 6.7.4.10 (same input images as above) (transparency showing fine)
im6 convert logo2.png logo2mask.png -alpha off -compose copy_opacity -composite logo2trans1.png
Image

Re: possible but -compose copy_opacity IM 6.7.6.9beta Q16

Posted: 2012-05-03T20:36:13-07:00
by fmw42
This does not appear to be fixed in IM 6.7.6.9beta as of 8:35 PM PDT Thursday night.

Re: possible bug -compose copy_opacity IM 6.7.6.9beta Q16

Posted: 2012-05-04T19:29:02-07:00
by fmw42
This is still not fixed in the latest IM 6.7.6.9 beta as of 7:25 PM PDT

Re: possible bug -compose copy_opacity IM 6.7.6.9beta Q16

Posted: 2012-05-05T10:34:15-07:00
by fmw42
I downloaded and installed the 6.7.6.9 beta this morning from http://www.imagemagick.org/download/beta/ which is dated 04-May-2012 21:39 10M

This bug is still not fixed. It is still coming out opaque with no transparency.

Re: possible bug -compose copy_opacity IM 6.7.6.9beta Q16

Posted: 2012-05-05T17:33:20-07:00
by fmw42
This is not fixed in 6.7.6.9 beta dated 05-May-2012 18:03. It is still totally opaque. It now has an alpha channel but all values are opaque.

I think it has to do with the second step

convert logo2.png -fill black -opaque white -fill white +opaque black logo2mask.png

This image is coming out grayscale rather than sRGB. Might that be the issue?

Re: possible bug -compose copy_opacity IM 6.7.6.9beta Q16

Posted: 2012-05-06T08:38:54-07:00
by magick
Fixed in ImageMagikc 6.7.6-9 Beta available in about an hour.

Re: possible bug -compose copy_opacity IM 6.7.6.9beta Q16

Posted: 2012-05-06T10:34:51-07:00
by fmw42
magick wrote:Fixed in ImageMagikc 6.7.6-9 Beta available in about an hour.

This does indeed now work in the latest beta as of this morning.

Fred