colors

extract colors from pictures
git clone git://git.2f30.org/colors
Log | Files | Refs | README | LICENSE

README (242B)


      1 What is it?
      2 ===========
      3 
      4 A simple program to extract colors from PNG files.  It is similar to
      5 strings(1) but for pictures.  For a given input file it outputs a
      6 colormap to stdout.
      7 
      8     # ./colors -p < input.png | ./bin/hex2html > output.html