I can find the method MagickSetImageOpacity but the Get counterpart seems to be missing.
Is this intentional?
MagickSetImageOpacity / MagickGetImageOpacity
MagickSetImageOpacity / MagickGetImageOpacity
Mikko Koppanen
My blog: http://valokuva.org
My blog: http://valokuva.org
Re: MagickSetImageOpacity / MagickGetImageOpacity
MagickSetImageOpacity() is a convenience method for setting the entire image to a fixed opacity intensity. You can then retrieve the opacity value for a particular pixel using a pixel wand or pixel iterator.