Page 1 of 1

bug in -alpha background IM 6.5.2-9

Posted: 2009-05-26T15:06:38-07:00
by fmw42
IM 6.5.2-9 Q16 Mac OSX Tiger.

Either of these worked fine in 6.5.2-8:
convert \( -size 200x200 xc:black \) \
\( -size 100x100 xc:white \) \
-gravity center -compose over -composite \
-alpha copy \
-background red -alpha background \
tmp_alpha2_red.png

or
convert \( -size 200x200 xc:black \) \
\( -size 100x100 xc:white \) \
-gravity center -compose over -composite \
+clone -compose copy_opacity -composite \
-background red -alpha background \
tmp_alpha2_red.png

Image

but produces this in IM 6.5.2-9:
Image

Re: bug in -alpha background IM 6.5.2-9

Posted: 2009-05-26T16:16:45-07:00
by magick
Anthony filed a bug report and we added a patch which we think addressed the issue. Find out if you and Anthony have different ideas about how -alpha background should work or if we applied the wrong patch.

Re: bug in -alpha background IM 6.5.2-9

Posted: 2009-05-26T16:26:17-07:00
by fmw42
OK. I have PMed Anthony about this to see what his viewpoint is. I liked having the transparent part go to background as before in IM 6.5.2-8. We will let you know once I hear back from him.

Fred

Re: bug in -alpha background IM 6.5.2-9

Posted: 2009-05-27T12:32:07-07:00
by fmw42
Go with what Anthony wants as there are other ways to get this functionality using -fill ... -opaque none

But see my new bug report at viewtopic.php?f=3&t=13854 which may be related