[magick-users] Re: Problems with -draw image
Mikolaj Machowski
mikmach at wp.pl
Thu Feb 22 11:23:24 CST 2007
Anthony Thyssen scripsit:
>
> But you can also use the new -shadow transform, which will also create
> shaped shadows for images with transparency.
>
> See IM examples
> http://www.imagemagick.org/Usage/convolve/#shadow
I forwarded your hint and for me this replaces script::
convert from.png -bordercolor black -border 1x1 \
\( +clone -background black -shadow 80x3+7+7 \) \
+swap -background none -mosaic to.png
m.
More information about the Magick-users
mailing list