Page 1 of 1

MagickWand equivalent of SetImageOpacity

Posted: 2007-01-05T16:55:40-07:00
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?

Posted: 2007-01-05T16:58:21-07:00
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.

Posted: 2007-01-05T17:16:20-07:00
by *void
Thanks!

I can wait. :lol: