MagickWand equivalent of SetImageOpacity

The MagickWand interface is a new high-level C API interface to ImageMagick core methods. We discourage the use of the core methods and encourage the use of this API instead. Post MagickWand questions, bug reports, and suggestions to this forum.
Post Reply
*void

MagickWand equivalent of SetImageOpacity

Post by *void »

The following topic:
http://redux.imagemagick.org/discourse- ... php?t=6251

contains a program submitted by el_supremo that seems to critically depend on the capability of SetImageOpacity to set an arbitrary image opacity (other than completely opaque).

How can one change this program to achieve the same effect using the MagickWand API exclusively?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

We'll add a MagickSetImageOpacity() method to the MagickWand API in the next release. For now you need to set the opacity yourself with a PixelWand iterator.
*void

Post by *void »

Thanks!

I can wait. :lol:
Post Reply