Page 1 of 1

Bug: Transparent Gifs Outputting Black

Posted: 2006-08-01T19:16:43-07:00
by CaliKat
My transparent-backed animated gif is outputting with a black background at Redux, Koya and Arbor IM's today.

I know there was a problem yesterday with black rendering as transparent. Now we have transparent outputting black.

Posted: 2006-08-01T19:26:23-07:00
by magick
As always, we can't fix a problem unless we can reproduce it. Post a URL to your image and exactly what we must do to reproduce the problem.

Posted: 2006-08-01T20:14:49-07:00
by CaliKat
Take this gif:
http://wordtiller.lbbhost.com/tempdiv2.gif

Input it at Redux IM. Click the output folder tab. Leave it as a multi-file gif and press the output button.

On the next page is a black-backed animated gif with three transparent looking gifs below it. Whether I click onto the black-backed gif or the left of the three below it, what I end upwith is a black-backed animated gif instead of the transparent back that I inputted.

Posted: 2006-08-01T22:23:27-07:00
by magick
We can reproduce the problem you posted and will have a fix within a day or two. Thanks.

Posted: 2006-08-01T22:42:43-07:00
by CaliKat
Thank you.

Also, thank you for all the great features we have to choose from at Image Magick. Just when I think it can't get any better, you all add something else new. IM rocks! :)

Transparent Gifs Outputting Black background

Posted: 2010-07-14T00:39:58-07:00
by viki4short
My transparent backed gif is outputting a black background at Redux and Arbor. I put "9999" in the fuzz box, "replace" in the method box, and "matte" in the paint type box. I''ve always used this method and it worked well about a week ago. No matter what I do, it doesn't make my image transparent. Any help would be appreciated, maybe I'm doing something wrong.

Re: Transparent Gifs Outputting Black background

Posted: 2010-07-14T10:54:13-07:00
by CaliKat
viki4short wrote:My transparent backed gif is outputting a black background at Redux and Arbor. I put "9999" in the fuzz box, "replace" in the method box, and "matte" in the paint type box. I''ve always used this method and it worked well about a week ago. No matter what I do, it doesn't make my image transparent. Any help would be appreciated, maybe I'm doing something wrong.
Hi - i just took a transparent gif to Arbor, drew an ellipse on it and outputted - the transparent areas remained transparent so I was not able to reproduce your problem. If you are still having a problem today, please post the url of the image you are using, along with the steps you take so I or someone else can try to reproduce the problem.

Re: Bug: Transparent Gifs Outputting Black

Posted: 2010-07-25T16:31:49-07:00
by ahigerd
I think I'm reproducing this bug using <http://greenmaw.com/trans-bug.png>. If I invoke "convert trans-bug.png trans-bug.mng" I get a solid black image. I see this behavior using http://www.imagemagick.org/MagickStudio ... Studio.cgi as well. I tried this with some other transparent PNG files and I didn't see the problem, so perhaps this example will help.

Re: Bug: Transparent Gifs Outputting Black

Posted: 2010-07-25T16:47:55-07:00
by fmw42
I get the same behavior in command line IM 6.6.3.0 Q16 Mac OSX Tiger.

HOWEVER, if you convert it first to GIF and then from GIF to MNG it looks fine.

convert trans-bug.png GIF:- | convert - trans-bug.mng

I am not an expert on MNG. Does MNG support 8-bit alpha that is in your PNG file?

Re: Bug: Transparent Gifs Outputting Black

Posted: 2010-07-25T17:24:28-07:00
by ahigerd
If you convert it to GIF first you lose the alpha transparency and get some nasty stairstepping.

MNG is an extension of the PNG standard and as such supports everything PNG supports and then some (like JPEG-based frames), so yes, it supports 8-bit alpha.

Re: Bug: Transparent Gifs Outputting Black

Posted: 2010-07-25T17:33:16-07:00
by fmw42
If you feel this is then incorrect behaviour, you should then cross post to the Bugs forum to get the best attention.