summary refs log tree commit diff
path: root/pnmcut.html
blob: fed6b74dee9ad1fa045f032198f4dcf5c26c372a (plain) (blame)
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML><HEAD><TITLE>Pnmcut User Manual</TITLE></HEAD>
<BODY>
<H1>pnmcut</H1>
Updated: 15 March 2004
<BR>
<A HREF="#index">Table Of Contents</A>

<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>

pnmcut - cut a rectangle out of a PBM, PGM, or PPM image

<A NAME="lbAC">&nbsp;</A>
<H2>SYNOPSIS</H2>

<B>pnmcut</B>

[<B>-left </B><I>leftcol</I>]

[<B>-right </B><I>rightcol</I>]

[<B>-top </B><I>toprow</I>]

[<B>-bottom </B><I>bottomrow</I>]

[<B>-width </B><I>width</I>]

[<B>-height </B><I>height</I>]

[<B>-pad</B>]

[<B>-verbose</B>]

[<I>left top width height</I>]

[<I>pnmfile</I>]

<p>Minimum unique abbreviation of option is acceptable.  You may use double
hyphens instead of single hyphen to denote options.  You may use white
space in place of the equals sign to separate an option name from its value.


<A NAME="lbAD">&nbsp;</A>
<H2>DESCRIPTION</H2>

<p>This program is part of <a href="index.html">Netpbm</a>.

<p><b>pnmcut</b> was obsoleted by <a
href="pamcut.html"><b>pamcut</b></a>, introduced with Netpbm 9.20 (May
2001).  <b>pamcut</b> is backward compatible with <b>pnmcut</b>, plus
adds many additional functions, including the ability to process PAM
images.

<p><b>pnmcut</b> remains in the Netpbm package because it probably has
fewer bugs for now than <b>pamcut</b>.  Some day, <b>pnmcut</b> will
probably become an alias for <b>pamcut</b>.

<p>You can use the <b>pamcut</b> documentation for <b>pnmcut</b>, as long
as you avoid any function which it says was added after Netpbm 9.20.

</BODY>
</HTML>