commit b0c9f8efbf1eaf3806d8447222b144c82728226d parent c48bac95237d0979be4371b9dd1e56c63e8bbe5d Author: sin <sin@2f30.org> Date: Tue, 9 Jun 2015 17:07:20 +0100 Update README and manpage colors(1) extracts more than just dominant colors. Diffstat:
M | README | | | 6 | +++--- |
M | colors.1 | | | 2 | +- |
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/README b/README @@ -1,9 +1,9 @@ What is it? =========== -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. +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 diff --git a/colors.1 b/colors.1 @@ -12,7 +12,7 @@ .Ar file .Sh DESCRIPTION .Nm -is a simple tool to extract dominant colors from pictures. By default it selects +is a simple tool to extract colors from pictures. By default it selects initial clusters based on brightness steps. .Sh OPTIONS