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
shadow
Re: shadow
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.