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.
How to call OptimizeImageTransparency from MagickWand?
-
- Posts: 2
- Joined: 2012-07-29T01:44:39-07:00
- Authentication code: 15
Re: How to call OptimizeImageTransparency from MagickWand?
Look for MagickOptimizeImageTransparency() in the next point release of ImageMagick within a week or so.
-
- Posts: 2
- Joined: 2012-07-29T01:44:39-07:00
- Authentication code: 15
Re: How to call OptimizeImageTransparency from MagickWand?
I've downloaded the beta and confirmed that it is implemented and actually works.
Thank you so much.
Thank you so much.
