File: pbmtoimgv.1.in

package info (click to toggle)
imgvtopgm 2.0-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 900 kB
  • ctags: 270
  • sloc: ansic: 1,670; sh: 484; makefile: 109
file content (103 lines) | stat: -rw-r--r-- 3,655 bytes parent folder | download | duplicates (5)
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
.\" @(#)$Mu: imgvtopgm/pbmtoimgv.1.in 1.2 1998/12/16 05:12:38 $
.\"
.\" pbmtoimgv.man
.\"	Man page for pbmtoimgv.
.\"
.\" Copyright (C) 1997 Eric A. Howe
.\"
.\" This program is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 2 of the License, or
.\" (at your option) any later version.
.\"
.\" This program is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with this program; if not, write to the Free Software
.\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
.\"
.\"   Authors:  Eric A. Howe (mu@trends.net)
.\"
.TH PBMTOIMGV 1 "Sept 1997"
.\"----------------------------------------------------------------------------
.SH NAME
pbmtoimgv \- Portable Bitmap to Pilot Image Viewer converter, version @VERSION@.
.\"----------------------------------------------------------------------------
.SH SYNOPSIS
.B pbmtoimgv
.RI [ -h ]
.RI [ -v ]
.RI [ "-t title" ]
.RI [ "-n notefile" ]
.RI [ "-{c|m|u}" ]
.RI [ in " [" out ]]
.\"----------------------------------------------------------------------------
.SH DESCRIPTION
\fBpbmtoimgv\fR is a simple filter for converting Portable Bitmap to
monochrome Pilot Image Viewer pdb files.
.PP
If an image's width is not a multiple of 16 pixels, enough extra white pixels
will be added at the right side to ensure alignment.  Images will be padded,
with white pixels, to a width and height of 160 if needed.
.\"----------------------------------------------------------------------------
.SH OPTIONS
.TP
.I -h
Display a short summary of the command line options and exit.
.TP
.I -v
Display the version and exit.
.TP
.I -t title
Specify the title of the image (up to 31 characters).
.TP
.I -n notefile
Specify the note file.  No note is attached to the image by default.
.TP
.I -c
Produce a compressed image.
.TP
.I -m
Produce a compressed image if it is smaller than the uncompressed version.
This is the default compression mode.
.TP
.I -u
Produce an uncompressed image.
.TP
.I in
The input file.  The default is the standard input.
.TP
.I out
The output file.  The default is the standard output.
.\"----------------------------------------------------------------------------
.SH "SEE ALSO"
.BR imgvinfo (1),
.BR imgvtopnm (1),
.BR imgvview (1),
.BR pgmtoimgv (1),
.BR ppmimgvquant (1),
.BR pbm (5),
.BR pgm (5).
.\"----------------------------------------------------------------------------
.SH BUGS
Bug reports should be sent to Eric A. Howe (mu@trends.net).
.\"----------------------------------------------------------------------------
.SH LICENSE
Copyright (C) 1997,1998 Eric A. Howe <http://www.trends.net/~mu>.
.PP
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
.PP
This program is distributed in the hope that it will be useful,
but \fBWITHOUT ANY WARRANTY\fR; without even the implied warranty of
\fBMERCHANTABILITY\fR or \fBFITNESS FOR A PARTICULAR PURPOSE\fR.  See the
GNU General Public License for more details.
.PP
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.