summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-01-19 18:54:24 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-01-19 18:54:24 +0100
commit8647f40e24782bdac7232292f6e3e51bec6c3955 (patch)
tree8775125dbaee1f8c6ed3c385530e030df830c16b
parent62b0678ebcbeda157a0f338b2dec02ad685b8dc4 (diff)
start README
-rw-r--r--README14
1 files changed, 14 insertions, 0 deletions
diff --git a/README b/README
index e69de29..8ae1968 100644
--- a/README
+++ b/README
@@ -0,0 +1,14 @@
+========
+pnmcurve
+========
+
+apply tone curves to pnm images.
+Curves are specified as a set of control points of a cubic spline.
+pnmcurve applies the resulting spline curve to the pnm image read
+from stdin and writes the resulting image to stdout.
+The -rgb command line switches allow to apply the curve only to
+selected color channels.
+
+pnmcurve is intended to be used with the flimp
+(http:www.ecademix.com/JohannesHofmann/flimp.html), but can also be
+used as a standalone filter.