Skip to content

Instantly share code, notes, and snippets.

@nicdoye
Created February 14, 2017 10:41
Show Gist options
  • Save nicdoye/552e08526b8e02de2e6a5d019664f47e to your computer and use it in GitHub Desktop.
Save nicdoye/552e08526b8e02de2e6a5d019664f47e to your computer and use it in GitHub Desktop.
Shrink a PNG file so you can make a custom emoji in Slack, using NetPBM
pngtopam -alphapam < filename.png | pamscale -xyfit 128 128 | pamtopng > filename-shrunk.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment