dotfiles/local/bin/add-shadow.sh: use magick prefix
This is the newer ImageMagick syntax.
This commit is contained in:
parent
26cad4107e
commit
c38e7d8280
@ -1,3 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
convert "$1" -trim \( +clone -background grey25 -shadow 80x40+5+30 \) +swap -background transparent -layers merge +repage "$1-shadow.png"
|
||||
magick convert "$1" -trim \( +clone -background grey25 -shadow 80x40+5+30 \) +swap -background transparent -layers merge +repage "$1-shadow.png"
|
||||
|
Loading…
Reference in New Issue
Block a user