Last active
June 10, 2022 12:30
-
-
Save samuelko123/373c26bb85aefc574e73a24cb9cdb2bb to your computer and use it in GitHub Desktop.
ImageMagick scripts
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
Remove white background (and make it transparent) | |
magick *.png -bordercolor white -fuzz 20% -trim -transparent #ffffff output_%02d.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment