colors

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

commit 015e3cb7627262b8783d900fe746dddfa0050785
parent c0ecc876aa3cab6723efbf1bc55866b4eb330f55
Author: sin <sin@2f30.org>
Date:   Wed, 10 Jun 2015 00:02:00 +0100

Update README

Diffstat:
MREADME | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README b/README @@ -1,9 +1,9 @@ What is it? =========== -A simple program to extract colors from PNG files. It is similar -to strings(1) but for pictures. For a given input[0] file it -outputs a colormap[1] to stdout. +A simple program to extract colors from PNG files. It is similar to +strings(1) but for pictures. For a given input[0] file it outputs a +colormap[1] to stdout. # ./colors -pm input.png | ./bin/hex2html > output.html