Page 1 of 1

shadow

Posted: 2011-11-17T07:49:17-07:00
by jupiter
How can i programmatically add shadow to an image?


im searching half a day now and can't find anything how to do this without command line call.

thanks in advance

Re: shadow

Posted: 2011-11-17T10:19:52-07:00
by magick
Not all algorithms are supported by Magick++. For shadows, you need to call the MagickCore method, ShadowImage() with MagickCore::ShadowImage(). We'll look into adding support for shadows in Magick++ in the next point release.