colors

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

commit 8edb1839c1d2a62fbd1d4447f802997896c2b0c0
parent 430bbaee2fd023d3453bf5898f1b35035b4e3f4c
Author: sin <sin@2f30.org>
Date:   Sun, 15 Apr 2018 11:19:41 +0100

Remove links, they are dead

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

diff --git a/README b/README @@ -2,11 +2,7 @@ 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. +strings(1) but for pictures. For a given input file it outputs a +colormap to stdout. # ./colors -p < input.png | ./bin/hex2html > output.html - - -[0] http://saturn.2f30.org/colors/input.png -[1] http://saturn.2f30.org/colors/output.html