Search found 1 match

by gsalent
2012-04-26T11:21:21-07:00
Forum: MagickWand
Topic: Photoshop multiply effect
Replies: 1
Views: 13077

Photoshop multiply effect

Hi, i have a question...
i want replicate the Photoshp Multiply effect with image magick.
I use the image magick library (c++) on my iphone app.
For this my request i use this my example but I not see my goal..

CGImageRef srcCGImage = createStandardImage(aSourceImage.CGImage);
int width ...