colors

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

commit c48bac95237d0979be4371b9dd1e56c63e8bbe5d
parent 9037cdd3fae2eda25f838d06afd7cb37698438b8
Author: sin <sin@2f30.org>
Date:   Tue,  9 Jun 2015 16:37:53 +0100

Update README

Diffstat:
MREADME | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README @@ -5,7 +5,7 @@ A simple program to extract "dominant" 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 input.png | ./scripts/tohtml.sh > output.html + # ./colors -pm input.png | ./bin/hex2html > output.html [0] http://saturn.2f30.org/colors/input.png