-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimgvinfo.1.in
102 lines (102 loc) · 3.87 KB
/
imgvinfo.1.in
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
.\" @(#)$Mu: imgvtopgm/imgvinfo.1.in 1.2 1998/12/16 05:12:38 $
.\"
.\" imgvinfo.man
.\" Man page for imgvinfo.
.\"
.\" 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 ([email protected])
.\"
.TH IMGVINFO 1 "Sept 1997"
.\"----------------------------------------------------------------------------
.SH NAME
imgvinfo \- extract and display interesting things from a Pilot Image Viewer pdb header, version @VERSION@.
.\"----------------------------------------------------------------------------
.SH SYNOPSIS
.B imgvinfo
.RI [ -h ]
.RI [ -v ]
.RI [ "-t fmt" ]
.RI [ "-{u|l}" ]
.RI [ "in " [ "..." ]]
.\"----------------------------------------------------------------------------
.SH DESCRIPTION
\fBimgvinfo\fR is a simple tool for extracting and displaying a couple things
from a Pilot Image Viewer pdb file; the name, creation time, last modified
time, last backup time, version, type, last position, anchor position,
image size, and the note (if present) are extracted and printed on the
standard output.
.PP
The \fIcreation time\fR and \fImod time\fR are incorrect most of the time;
all of the Image Viewer pdb files that I've come across have
\fI1907-08-16 19:38:22\fR (UTC) here and that makes no sense at all. However,
if you've created an image pdb with \fBpgmtoimgv\fR(1) or \fBpbmtoimgv\fR(1),
these times will be correct.
.PP
This program was originally written to test some .pdb header parsing code
but it may be a usefull little tool anyway.
.\"----------------------------------------------------------------------------
.SH OPTIONS
.TP
.I -h
Display a short usage message and exit.
.TP
.I -v
Display the version and exit.
.TP
.I -t fmt
Specify the time format. The default is "%Y-%m-%d %H:%M:%S" (the ISO8601
standard). See \fBstrftime\fR(3) for the available format codes.
.TP
.I -u
Output times in UTC rather than the local time zone.
.TP
.I -l
Output times in the local time zone (default).
.TP
.I in
The input file. The standard input is read by default. A file name of
\fI-\fR means the standard input.
.\"----------------------------------------------------------------------------
.SH "SEE ALSO"
.BR imgvtopnm (1),
.BR imgvview (1),
.BR pbmtoimgv (1),
.BR pgmtoimgv (1),
.BR ppmimgvquant (1),
.BR pbm (5),
.BR pgm (5).
.\"----------------------------------------------------------------------------
.SH BUGS
Bug reports should be sent to Eric A. Howe ([email protected]).
.\"----------------------------------------------------------------------------
.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.