Add specific css for print media(has to be improved).
[geeqie.git] / doc / options_general.html
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
5 <html xmlns="http://www.w3.org/1999/xhtml">
6 <head>
7   <meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
8
9   <title>General Options - Geeqie User Manual</title>
10   <link rel="stylesheet" type="text/css" href="style.css" media="all" />
11   <link rel="stylesheet" type="text/css" href="style_screen.css" media="screen" />
12   <link rel="stylesheet" type="text/css" href="style_print.css" media="print" />
13 </head>
14
15 <body lang="en-US" dir="ltr" xml:lang="en-US">
16   <div class="navtop">
17     <table width="100%" border="0" cellpadding="4" cellspacing="0">
18       <col id="navtop_col1" width="33%"></col>
19       <col id="navtop_col2" width="33%"></col>
20       <col id="navtop_col3" width="33%"></col>
21
22         <tr>
23           <th>
24             <p class="previous"><a href="options.html">Previous</a>
25             </p>
26           </th>
27
28           <th>
29             <p class="navtop_title">General &ndash; Options Explained</p>
30           </th>
31
32           <th>
33             <p class="next"><a href="options_image.html">Next</a>
34             </p>
35           </th>
36         </tr>
37     </table>
38   </div>
39
40   <hr />
41
42   <h1>General Options</h1>
43
44   <p>This section describes the options presented under the General Tab of the preferences dialog.</p>
45
46   <h2>Startup</h2>
47
48   <dl class="dialog_desc">
49   <dt>Restore folder on startup</dt>
50   <dd><p>Enabling this will cause Geeqie to initially open to the specified folder.</p></dd>
51
52   <dt>Use Current</dt>
53   <dd><p>Activate this button to change the setting to the current folder.</p></dd>
54   
55   <dt>Use last path</dt>
56   <dd><p>When checked, Geeqie will recall the last path used on startup.</p></dd>
57   </dl>
58
59  
60   <h2>Thumbnails</h2>
61
62   <dl class="dialog_desc">
63   <dt>Size</dt>
64   <dd><p>Selects the size of the thumbnails displayed throughout Geeqie, dimensions are width by height in pixels.</p></dd>
65
66   <dt>Quality</dt>
67   <dd><p>Selects the method to use when scaling an image down for thumbnails.</p>
68   <dl>
69   <dt>Nearest</dt><dd>Fastest scaler, but results in poor thumbnail quality.</dd>
70   <dt>Tiles</dt><dd>Thumbnail results are very close to bilinear, with better speed.</dd>
71   <dt>Bilinear</dt><dd>High quality results, moderately fast.</dd>
72   <dt>Hyper</dt><dd>Slowest scaler, sometimes gives better results than bilinear.</dd>
73   </dl>
74   </dd>
75  
76   <dt>Cache thumbnails</dt>
77   <dd><p>Enable this to save thumbnails to disk, subsequent requests for a thumbnail will be faster. Thumbnails are cached into ($HOME)/.geeqie/thumbnails. Refer to <a href="reference_thumbnails.html">Thumbnails Reference</a> for details.</p></dd>
78
79   <dt>Use shared thumbnail cache</dt>
80   <dd><p>This will use a thumbnail caching method that is compatible with applications that use the standard thumbnail specification. When this option is enabled thumbnails will be stored in ($HOME)/.thumbnails</p></dd>
81
82   <dt>Cache thumbnails into .thumbnails</dt>
83   <dd><p>When enabled, Geeqie attempts to store cached thumbnails closer to the source image. This way multiple users can benefit from a single cache, thereby reducing wasted disk space. The resulting location is the source image's folder, in a sub folder with the name <b>.thumbnails</b>. When the image source folder cannot be written, Geeqie falls back to saving the thumbnail in the user's home folder.</p></dd>
84
85   <dt>Faster jpeg thumbnailing</dt>
86   <dd><p>This will speed up thumbnails generation in some cases, but may reduce the quality</p></dd>
87
88   <dt>Use EXIF thumbnails when available</dt>
89   <dd><p>Geeqie will extract thumbnail from EXIF data if available instead of generating one. This will speed up thumbnails generation but EXIF thumbnail may be not in sync with the image if it was modified by a tool which didn't take care of the thumbnail data.</p></dd>
90
91   <dt>Use xvpics thumbnails when found</dt>
92   <dd><p>xvpics is a common thumbnail caching format used by several applications. Thumbnails are stored locally to the source image in a sub folder with the name <b>.xvpics</b>. Enabling this option will allow Geeqie to read thumbnails saved in the xvpics format.</p>
93   <p class="note"><span class="note_label">Note:</span> Support for xvpics is read only, Geeqie can not generate thumbnails in this format.</p></dd>
94   </dl>
95  
96   <h2>Slide show</h2>
97
98   <dl class="dialog_desc">
99   <dt>Delay between image change</dt>
100   <dd><p>Specifies the delay between images for slide shows, in seconds.</p></dd>
101   
102   <dt>Random</dt>
103   <dd><p>When enabled, slide show images will appear in random order.</p>
104   <p class="note"><span class="note_label">Note:</span> Random images are displayed such that each image appears once per cycle of all images. When the slide show repeat option is enabled, the image order is randomized after completing each cycle.</p></dd>
105
106   <dt>Repeat</dt>
107   <dd><p>When enabled, slide shows will continue at the beginning after the last image is displayed.</p></dd>
108   </dl>
109
110   <hr id="bottomseparator" />
111
112   <div class="navbottom">
113     <table width="100%" border="0" cellpadding="4" cellspacing="0">
114       <col id="navbottom_col1" width="33%"></col>
115       <col id="navbottom_col2" width="33%"></col>
116       <col id="navbottom_col3" width="33%"></col>
117
118         <tr>
119           <th>
120             <p class="previous"><a href="options.html">Previous</a>
121             </p>
122           </th>
123
124           <th>
125             <p class="navbottom_title"><a href="index.html">Contents</a>
126             </p>
127           </th>
128
129           <th>
130             <p class="next"><a href="options_image.html">Next</a>
131             </p>
132           </th>
133         </tr>
134
135     </table>
136   </div>
137
138   <div class="footer">Geeqie User Manual</div>
139   <div class="bottomspacer">&nbsp;</div>
140 </body>
141 </html>