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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
|
\
.\" This man page was generated by the Netpbm tool 'makeman' from HTML source.
.\" Do not hand-hack it! If you have bug fixes or improvements, please find
.\" the corresponding HTML page on the Netpbm website, generate a patch
.\" against that, and send it to the Netpbm maintainer.
.TH "Pnmmargin User Manual" 0 "12 November 2014" "netpbm documentation"
.SH NAME
pnmmargin - add borders to a PNM image
.UN synopsis
.SH SYNOPSIS
\fBpnmmargin\fP
[\fB-white\fP|\fB-black\fP|\fB-color\fP \fIcolorspec\fP] \fIsize\fP
[\fIpnmfile\fP]
.UN description
.SH DESCRIPTION
.PP
This program is part of
.BR "Netpbm" (1)\c
\&.
.PP
\fBpnmmargin\fP adds a border around a PNM image.
.UN arguments
.SH ARGUMENTS
.PP
\fIpnmfile\fP is the name of the input file. If you don't specify this
argument, \fBpnmmargin\fP reads the input image from its Standard Input.
.UN options
.SH OPTIONS
.PP
You can specify the border color with the \fB-white\fP,
\fB-black\fP, and \fB-color\fP options. If you don't specify a color, the
program makes a guess.
.PP
The value of \fB-color\fP is like the
.UR libppm.html#colorname
argument of the \fBppm_parsecolor()\fP library routine
.UE
\&.
.PP
To remove a border of a specified size from an image, use
\fBpamcut\fP. \fBpnmcrop\fP also removes borders, but determines by itself
what is border and what is subject.
.PP
For lower level control, including to add different size borders to
different sides of the image, look at \fBpnmcat\fP.
.PP
If all you're trying to do is get the image up to a certain required
size, \fBpamcut\fP may be what you want.
.PP
\fBpnmpad\fP does essentially the same thing, but gives you more control
over the individual margins and does only black and white margins.
.UN seealso
.SH SEE ALSO
.BR "pamcut" (1)\c
\&
.BR "pnmcrop" (1)\c
\&
.BR "pnmcat" (1)\c
\&
.BR "pnmpad" (1)\c
\&
.BR "pnm" (5)\c
\&
.UN author
.SH AUTHOR
Copyright (C) 1991 by Jef Poskanzer.
.SH DOCUMENT SOURCE
This manual page was generated by the Netpbm tool 'makeman' from HTML
source. The master documentation is at
.IP
.B http://netpbm.sourceforge.net/doc/pnmmargin.html
.PP
|