Does anyone know if it's possible to do the Photoshop layer composite mode "negative multiply"?
Multiply is possible, but i need the negative way.
MagickBooleanType aStat = MagickCompositeImage(magick_wand_local, magick_wand_local_comp, MultiplyCompositeOp, 0, 0);
Thanks
Okay. Found it myself.
It's called: ScreenCompositeOp
Some sample code (not cleaned!):