bug report: convert -composite in 6.3.3

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
RetroJ
Posts: 108
Joined: 2006-10-25T08:12:50-07:00

bug report: convert -composite in 6.3.3

Post by RetroJ »

Hello, I have described this bug here:

http://jjfoerch.com/bitbucket/compose-bug/

Thanks!
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: bug report: convert -composite in 6.3.3

Post by magick »

The bug you reported is fixed in ImageMagick 6.3.3-2.
RetroJ
Posts: 108
Joined: 2006-10-25T08:12:50-07:00

Re: bug report: convert -composite in 6.3.3

Post by RetroJ »

Great! Thanks!
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: bug report: convert -composite in 6.3.3

Post by anthony »

Yes it is fixed..
However a better way would be to use -compose CopyOpacity!

Code: Select all

convert cookie.jpg \( +clone -threshold 80% -negate \) +matte -compose CopyOpacity -composite  composite-copyopacity.png
That way you do not need to muck around with a transparent canvas, and composite masking.

See Im examples, Composition Copy opacity
http://www.imagemagick.org/Usage/compose/#copyopacity
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply