Re: Black shadow against a colored background
Fred Weinhaus <[email protected]>
| Newsgroups | gmane.comp.video.image-magick.user |
|---|---|
| Message-ID | <p06240802c786377cdf0e@[192.168.1.2]> |
try replacing -shadow with -blur something like this convert rose: \( +clone -threshold -1 -negate -bordercolor white \ -border 10 -blur 20x65000 +level-colors black,red \) \ +swap -gravity center -composite rose_shadow.png Is that close to what you want. It will look better on a larger image