diff options
| author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-09-07 20:46:56 +0200 |
|---|---|---|
| committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-09-07 20:46:56 +0200 |
| commit | 24966c6f387efb2b21171dd713c3d03fa7a9dd3b (patch) | |
| tree | 3a2691410fe14fa21b95b6d961d654810e0d4e51 /pnmcurvedit.1 | |
| parent | a73b04b4c543c349cc500be411141153596ba883 (diff) | |
add pnmcurvedit.1
Diffstat (limited to 'pnmcurvedit.1')
| -rw-r--r-- | pnmcurvedit.1 | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/pnmcurvedit.1 b/pnmcurvedit.1 new file mode 100644 index 0000000..d95de64 --- /dev/null +++ b/pnmcurvedit.1 @@ -0,0 +1,41 @@ +.Dd September 7 2008 +.Dt PNMCURVEDIT 1 +.Os +.Sh NAME +.Nm pnmcurvedit +.Nd edit spline curves for use with pnmcurve +.Sh SYNOPSIS +.Nm +.Op Fl bg Ar color +.Op Fl ti Ar title +.Sh DESCRIPTION +.Nm +is a graphical editor for spline curves. +It is intended to create curve definitions for later use with pnmcurve. +.Nm +can be used standalone or from flimp. +.Pp +Control points can be added by left clicking on the desired position +of the new control point. +Existing control points can be moved by dragging them with the mouse. +Control points can be removed by dragging them out of the window. +.Pp +On mouse release the new set of control points is written to stout +in a format suitable for pnmcurve. +Optionally pnmcurvedit can read a pnmcurve command from stdin. +This command will then serve as a template for command output. +.Pp +The options are as follows: +.Bl -tag -width indent +.It Fl bg +Set the foreground color. +.It Fl ti +Set the window title. +.El +.Sh EXIT STATUS +.Ex -std +.Pp +.Sh SEE ALSO +pnmcurve(1), pnm(5) +.Sh AUTHOR +Johannes Hofmann <Johannes.Hofmann@gmx.de> |
