Last active
April 8, 2021 22:15
-
-
Save rubenerd/b58686b7c7387a6019ac24e0bfc5433d to your computer and use it in GitHub Desktop.
Dither PNGs to 256 colour
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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