[Resolved] possible bug -compose copy_opacity IM 6.7.6.9beta

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.
Post Reply
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

[Resolved] possible bug -compose copy_opacity IM 6.7.6.9beta

Post 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
Last edited by fmw42 on 2012-05-06T10:35:34-07:00, edited 2 times in total.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: possible but -compose copy_opacity IM 6.7.6.9beta Q16

Post by fmw42 »

This does not appear to be fixed in IM 6.7.6.9beta as of 8:35 PM PDT Thursday night.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: possible bug -compose copy_opacity IM 6.7.6.9beta Q16

Post by fmw42 »

This is still not fixed in the latest IM 6.7.6.9 beta as of 7:25 PM PDT
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: possible bug -compose copy_opacity IM 6.7.6.9beta Q16

Post 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.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: possible bug -compose copy_opacity IM 6.7.6.9beta Q16

Post 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?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: possible bug -compose copy_opacity IM 6.7.6.9beta Q16

Post by magick »

Fixed in ImageMagikc 6.7.6-9 Beta available in about an hour.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: possible bug -compose copy_opacity IM 6.7.6.9beta Q16

Post 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
Post Reply