How to call OptimizeImageTransparency from MagickWand?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
boiled_sugar
Posts: 2
Joined: 2012-07-29T01:44:39-07:00
Authentication code: 15

How to call OptimizeImageTransparency from MagickWand?

Post 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.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: How to call OptimizeImageTransparency from MagickWand?

Post by magick »

Look for MagickOptimizeImageTransparency() in the next point release of ImageMagick within a week or so.
boiled_sugar
Posts: 2
Joined: 2012-07-29T01:44:39-07:00
Authentication code: 15

Re: How to call OptimizeImageTransparency from MagickWand?

Post by boiled_sugar »

I've downloaded the beta and confirmed that it is implemented and actually works.
Thank you so much. :D
Post Reply