0
|
1 .TH GENWEBGALLERY 1 "genwebgallery-VERSION" "2007-11-21" "genwebgallery"
|
|
2
|
|
3 .SH NAME
|
|
4 genwebgallery
|
|
5
|
|
6 .SH SYNOPSIS
|
3
|
7 .B genwebgallery [OPTIONS] FILES
|
0
|
8
|
|
9 .SH DESCRIPTION
|
|
10 .B genwebgallery
|
|
11 generates a web gallery of mentioned pictures.
|
|
12 .PP
|
|
13 Only static HTML pages are generated.
|
|
14 .PP
|
|
15 The
|
|
16 .BR convert
|
|
17 tool from ImageMagick is required.
|
|
18
|
|
19 .SH OPTIONS
|
|
20 .B genwebgallery
|
|
21 .TP
|
|
22 .B \-\-help
|
|
23 Show summary of options.
|
|
24 .TP
|
|
25 .B \-\-version
|
|
26 Show version of program
|
|
27 .TP
|
|
28 .B \-v, \-\-verbose
|
|
29 Outputs more log data
|
|
30 .TP
|
|
31 .B \-o, \-\-output
|
|
32 Specify output directory
|
|
33 .TP
|
|
34 .B \-i, \-\-index
|
|
35 Specify index file (index.htm)
|
|
36 .TP
|
|
37 .B \-t, \-\-title
|
|
38 Specify title of gallery
|
|
39 .TP
|
|
40 .B \-c, \-\-copyright
|
|
41 Specify copyright notice
|
|
42 .TP
|
|
43 .B \-ps, \-\-pic-size
|
|
44 Specify size of picture
|
|
45 .TP
|
|
46 .B \-ts, \-\-thumb-size
|
|
47 Specify size of thumbnails
|
|
48
|
|
49 .SH EXIT CODE
|
|
50 .TP
|
|
51 .B 1
|
|
52 Any other error
|
|
53 .TP
|
|
54 .B 2
|
|
55 The required program
|
|
56 .B convert
|
|
57 could not be found. It's probably not installed.
|
|
58 Normally it is provided by the ImageMagick tool collection.
|
|
59
|
|
60 .SH SEE ALSO
|
|
61 .BR convert (1),
|
|
62 .BR ImageMagick (1).
|
|
63
|
|
64 .SH AUTHOR
|
|
65 genwebgallery was written by markus schnalke <meillo@marmaro.de>
|
|
66 .PP
|
|
67 Website: http://prog.marmaro.de
|