File: makexvpics.1

package info (click to toggle)
makexvpics 1.0.1-1
  • links: PTS
  • area: main
  • in suites: sarge, woody
  • size: 60 kB
  • ctags: 18
  • sloc: sh: 117; ansic: 99; makefile: 65
file content (65 lines) | stat: -rw-r--r-- 1,653 bytes parent folder | download | duplicates (4)
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
.\" -*- nroff -*-
.\"
.\" makexvpics - create xv-compatible thumbnails.
.\" Public domain by Russell Marks, 1998/1999.
.\"
.\"
.\" makexvpics.1 - nroff -man source for man page.
.\"
.\"
.TH MAKEXVPICS 1 "4th July, 1999" "Version 1.0.1" "Graphics Utilities"
.\"
.\"------------------------------------------------------------------
.\"
.SH NAME
makexvpics \- create xv-compatible thumbnails
.\"
.\"------------------------------------------------------------------
.\"
.SH SYNOPSIS
.BR makexvpics " [ " -fhRv
.RI "] " picture_file_or_dir " [ " ... " ]"
.\"
.\"------------------------------------------------------------------
.\"
.SH DESCRIPTION
Makexvpics creates/updates xv/zgv/Gimp-compatible thumbnails for
picture files such as GIFs, JPEGs, etc. It may be useful if you want a
non-interactive way of keeping such files up to date.
.PP
The formats currently supported are GIF, JPEG, PNG, PBM/PGM/PPM, mrf,
BMP, TGA, and PCX.
.\"
.\"------------------------------------------------------------------
.\"
.SH OPTIONS
.TP
.I -f
force thumbnails to be updated. Ordinarily they're only updated if no
thumbnail exists or if the picture file is newer.
.TP
.I -h
give usage help.
.TP
.I -R
recurse into subdirectories.
.TP
.I -v
be verbose - echo names (or rather, `basename's) of files which are
being updated.
.\"
.\"------------------------------------------------------------------
.\"
.SH BUGS
It's pretty slow.
.\"
.\"------------------------------------------------------------------
.\"
.SH AUTHOR
Russell Marks (rus@forfree.at).
.\"
.\"------------------------------------------------------------------
.\"
.SH SEE ALSO
.BR xv "(1),"
.BR zgv "(1)"