shadow

Magick++ is an object-oriented C++ interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick++.
Post Reply
jupiter
Posts: 28
Joined: 2011-11-17T07:45:55-07:00
Authentication code: 8675308

shadow

Post 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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: shadow

Post 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.
Post Reply