blur effect will not work with -shadow option
Posted: 2008-09-25T18:51:55-07:00
Hello I'm new to IM.
i want to figure out the -shadow option. it work's but not as expected. the shadow which created by IM is a solid and not blur (i hope this is correct english ).
here is the command i put into my terminal:
i put the result to this link
http://www.photo-charly.at/thomas/DSC_4974s.jpg
i expected an result like the image of the first example in http://www.imagemagick.org/Usage/convolve/ under capter "Generating Shadows".
thanks for help
thomas
i want to figure out the -shadow option. it work's but not as expected. the shadow which created by IM is a solid and not blur (i hope this is correct english ).
here is the command i put into my terminal:
Code: Select all
convert /opt/local/apache2/htdocs/photowebshop/webshops/dummy/upload/DSC_4974.jpg \( +clone -background navy -shadow 80x3+5+5 \) +swap -background none -layers merge +repage /opt/local/apache2/htdocs/photowebshop/webshops/dummy/upload/DSC_4974s.jpg
http://www.photo-charly.at/thomas/DSC_4974s.jpg
i expected an result like the image of the first example in http://www.imagemagick.org/Usage/convolve/ under capter "Generating Shadows".
thanks for help
thomas