Add ~/.local/bin
This commit is contained in:
3
dot_local/bin/executable_add-shadow.sh
Normal file
3
dot_local/bin/executable_add-shadow.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
magick convert "$1" -trim \( +clone -background grey25 -shadow 80x40+5+30 \) +swap -background transparent -layers merge +repage "$1-shadow.png"
|
Reference in New Issue
Block a user