Created
February 10, 2018 00:00
-
-
Save nuclearglow/cfe028d41f1830cf12dba48d973da48d to your computer and use it in GitHub Desktop.
convert and make all pictures transparent
This file contains 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
cd pieces | |
mogrify *.bmp *.png | |
for PHOTO in *.png | |
do | |
convert "$PHOTO" -transparent white "$PHOTO" | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment