Page 1 of 1

How to call OptimizeImageTransparency from MagickWand?

Posted: 2012-07-29T01:55:35-07:00
by boiled_sugar
Hi, I'm writing a small program to output animated GIFs with MagickWand.
I want to call OptimizeImageTransparency, but I can't find any Magick.* API that calls it.
I thought MagickOptimizeImageLayers did, but it doesn't seem to do so.
How to call OptimizeImageTransparency from MagcikWand?

Thanks in advance.

Re: How to call OptimizeImageTransparency from MagickWand?

Posted: 2012-07-29T07:00:15-07:00
by magick
Look for MagickOptimizeImageTransparency() in the next point release of ImageMagick within a week or so.

Re: How to call OptimizeImageTransparency from MagickWand?

Posted: 2012-07-30T07:09:23-07:00
by boiled_sugar
I've downloaded the beta and confirmed that it is implemented and actually works.
Thank you so much. :D