colors

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

commit 6a0fbbf686b592065bccf2a319f6d450df5f91f1
parent 84dc9084406b594ad55ff13642d2637430f4fafd
Author: sin <sin@2f30.org>
Date:   Sun,  5 Nov 2017 14:19:48 +0000

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 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 -p input.png | ./bin/hex2html > output.html + # ./colors -p < input.png | ./bin/hex2html > output.html [0] http://saturn.2f30.org/colors/input.png