summaryrefslogtreecommitdiff
path: root/README
blob: af76452508f43c724af5beb9121369277abda4e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
========
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.

pnmcurvedit is a GUI editor for tone curves based on the fltk toolkit.
It is intended to be called from flimp but can also be used standalone.

Requirements
============
- GSL - GNU Scientific Library (http://www.gnu.org/software/gsl/)
- fltk-1.x - Fast Light Toolkit (http://www.fltk.org)