Skip to content

Instantly share code, notes, and snippets.

@samme
Created August 16, 2013 20:04
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 samme/6253100 to your computer and use it in GitHub Desktop.
Save samme/6253100 to your computer and use it in GitHub Desktop.
Show a reduced color table for a batch of images (ImageMagick)
convert *.png -append -colors 256 -unique-colors out/colors256.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment