Skip to content

Instantly share code, notes, and snippets.

@samme
Created August 16, 2013 20:04
Show Gist options
  • Select an option

  • Save samme/6253100 to your computer and use it in GitHub Desktop.

Select an option

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