Add ~/.local/bin

This commit is contained in:
2025-09-05 21:05:01 +03:00
parent 874102875d
commit b2345c8e30
3 changed files with 352 additions and 0 deletions

View 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"