Skip to content

Instantly share code, notes, and snippets.

@samuelko123
Last active June 10, 2022 12:30
Show Gist options
  • Save samuelko123/373c26bb85aefc574e73a24cb9cdb2bb to your computer and use it in GitHub Desktop.
Save samuelko123/373c26bb85aefc574e73a24cb9cdb2bb to your computer and use it in GitHub Desktop.
ImageMagick scripts
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