Page 2 of 2

Re: PNG looses transparency

Posted: 2010-12-02T19:41:21-07:00
by glennrp
Yes, confirmed that the bug is still there with the autolevel gradient problem in the Q16 build (but not in Q8). The cropped-rose looks OK now in both Q8 and Q16.

Re: PNG looses transparency

Posted: 2010-12-04T08:00:05-07:00
by glennrp
The -taint sets a flag, yes. One thing that flag does is to cause the PNG encoder to do a SyncImage() before encoding the PNG, which is not appropriate for 16-bit images. I added another test in the PNG encoder to skip the SyncImage when ( image->depth > 8 ) in the SVN head. That seems to fix the problem. Maybe SyncImage() itself should be modified to return without action when the depth is 16 or more.

Re: PNG looses transparency

Posted: 2010-12-05T19:29:26-07:00
by anthony
The original problem has now been fixed in IM v6.6.6-3.

lets hope that all the transparency bugs have now been squashed.

Any new problems should be in a new topic, so I will now lock this topic.