Created
May 31, 2017 20:53
-
-
Save ateucher/0b70403220e47a97657707e3ff9b534f to your computer and use it in GitHub Desktop.
Add a drop-shadow (like OS-X screenshots)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
convert "$1" \( +clone -background grey25 -shadow 60x15+5+10 \) +swap -background transparent -layers merge +repage "${1%.*}-shadow.png" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment