Files
dotfiles/dot_local/bin/executable_add-shadow.sh
2025-09-05 21:05:01 +03:00

4 lines
166 B
Bash

#!/usr/bin/env bash
magick convert "$1" -trim \( +clone -background grey25 -shadow 80x40+5+30 \) +swap -background transparent -layers merge +repage "$1-shadow.png"