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