summaryrefslogtreecommitdiff
path: root/pnmcurvedit.1
blob: 455acf1f3c55232855ef4baf392ec0102f96e9e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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 stdout 
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>