Skip to content

Instantly share code, notes, and snippets.

@rubenerd
Last active April 8, 2021 22:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rubenerd/b58686b7c7387a6019ac24e0bfc5433d to your computer and use it in GitHub Desktop.
Save rubenerd/b58686b7c7387a6019ac24e0bfc5433d to your computer and use it in GitHub Desktop.
Dither PNGs to 256 colour
convert -colors 256 -depth 8 +dither "$1" "png8:$1-dithered.png"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment