Drop shadow or fade function in Magick++
Posted: 2015-08-03T19:43:33-07:00
I'm writing in C++ for ImageMagick 6.9.1-10 and am desperately needing a drop shadow function for my images. Magick++ only has a shadow function (which only makes the entire image a shadow of itself). Right now, I've copied my image, placed it behind my original, and added the shadow function to it. However it still seems very harsh. Does anyone have help with this? Perhaps an effect that would blend my self-made shadow with the background? Thanks.
This is the image: http://postimg.org/image/tolu48ujb/
I want it to look something like this: http://postimg.org/image/y6x8icwv7/
This is the image: http://postimg.org/image/tolu48ujb/
I want it to look something like this: http://postimg.org/image/y6x8icwv7/