From 24966c6f387efb2b21171dd713c3d03fa7a9dd3b Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Sun, 7 Sep 2008 20:46:56 +0200 Subject: add pnmcurvedit.1 --- pnmcurvedit.1 | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 pnmcurvedit.1 (limited to 'pnmcurvedit.1') 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 -- cgit v1.2.3