Skip to content

Instantly share code, notes, and snippets.

@Asitha
Last active March 16, 2023 23:08
Show Gist options
  • Select an option

  • Save Asitha/ba037829334ee4669a59 to your computer and use it in GitHub Desktop.

Select an option

Save Asitha/ba037829334ee4669a59 to your computer and use it in GitHub Desktop.
Remove white background of an image with linux
convert input.png -fuzz 4% -transparent white output.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment