Skip to content

Instantly share code, notes, and snippets.

@mgwalker
Created November 14, 2019 18:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mgwalker/f203f5788a94cb92c98a7f0c39418467 to your computer and use it in GitHub Desktop.
Save mgwalker/f203f5788a94cb92c98a7f0c39418467 to your computer and use it in GitHub Desktop.
Cleanup white noise in a transparent gif
docker run -i --rm -v \
`pwd`:/img \
v4tech/imagemagick \
convert \
/img/your-current-emoji-filename.gif \
-white-threshold 95% \
-transparent white \
/img/your-new-emoji.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment