Page 1 of 1
bug report: convert -composite in 6.3.3
Posted: 2007-03-18T17:22:44-07:00
by RetroJ
Hello, I have described this bug here:
http://jjfoerch.com/bitbucket/compose-bug/
Thanks!
Re: bug report: convert -composite in 6.3.3
Posted: 2007-03-18T17:58:47-07:00
by magick
The bug you reported is fixed in ImageMagick 6.3.3-2.
Re: bug report: convert -composite in 6.3.3
Posted: 2007-03-19T07:22:07-07:00
by RetroJ
Great! Thanks!
Re: bug report: convert -composite in 6.3.3
Posted: 2007-03-19T20:37:48-07:00
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