summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-09-07 20:46:56 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-09-07 20:46:56 +0200
commit24966c6f387efb2b21171dd713c3d03fa7a9dd3b (patch)
tree3a2691410fe14fa21b95b6d961d654810e0d4e51
parenta73b04b4c543c349cc500be411141153596ba883 (diff)
add pnmcurvedit.1
-rw-r--r--Makefile.am2
-rw-r--r--pnmcurvedit.141
2 files changed, 42 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0140696..b4d4c29 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
SUBDIRS = src
-man_MANS=pnmcurve.1
+man_MANS=pnmcurve.1 pnmcurvedit.1
EXTRA_DIST= $(man_MANS)
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>