Clone centering & shadowing over image background
Posted: 2011-09-21T16:25:18-07:00
I'm trying to center on image (-thumbnail) over a background and apply a -shadow and -rise (at 50%) on a single (convert) command-line
Here an example of what I'm trying (not working):
convert sky.png \( ball.jpg -thumbnail 500x500 \( +clone -background black -shadow 30x12+3+3 \) +swap \( -clone -2 -raise 10 -channel A -evaluate multiply .5 +channel \) \) -mosaic output.jpg
I've attached an example of the output I'm trying to get.
source images:
http://www.divicast.com/photos/sky.png
http://www.divicast.com/photos/ball.jpg
Here an example of what I'm trying (not working):
convert sky.png \( ball.jpg -thumbnail 500x500 \( +clone -background black -shadow 30x12+3+3 \) +swap \( -clone -2 -raise 10 -channel A -evaluate multiply .5 +channel \) \) -mosaic output.jpg
I've attached an example of the output I'm trying to get.
source images:
http://www.divicast.com/photos/sky.png
http://www.divicast.com/photos/ball.jpg