Add a generic spacer at the bottom of the page, remove now unused css classes.
[geeqie.git] / doc / options_general.html
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.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" />
11 </head>
12
13 <body lang="en-US" dir="ltr" xml:lang="en-US">
14   <div class="navtop">
15     <table width="100%" border="0" cellpadding="4" cellspacing="0" class="gq-general-3">
16
17       <thead>
18         <tr valign="top">
19           <td width="33%">
20             <p class="previous"><a href="options.html">Previous</a>
21             </p>
22           </td>
23
24           <td width="33%">
25             <p class="gq-general-1">General &ndash; Options Explained</p>
26           </td>
27
28           <td width="33%">
29             <p class="gq-general-2"><a href="options_image.html">Next</a>
30             </p>
31           </td>
32         </tr>
33       </thead>
34     </table>
35   </div>
36
37   <hr />
38
39   <h1>General Options</h1>
40
41   <p>This section describes the options presented under the General Tab of the preferences dialog.</p>
42
43   <p><br />
44   <br />
45   </p>
46
47   <h2>Startup</h2>
48
49   <p class="gq-general-5"><b>Change to folder</b>: Enabling this will cause Geeqie to initially open to the specified folder.</p>
50
51   <p class="gq-general-5"><b>Use Current</b>: Activate this button to change the setting to the current folder.</p>
52
53   <dl>
54     <dd class="gq-general-6"><br />
55     <br />
56     </dd>
57   </dl>
58
59   <h2>Thumbnails</h2>
60
61   <dl>
62     <dd>
63       <dl>
64         <dd class="gq-general-7"><b>Size</b>: Selects the size of the thumbnails displayed throughout Geeqie, dimensions are width by height in pixels.</dd>
65
66         <dd class="gq-general-7"><b>Quality</b>: Selects the method to use when scaling an image down for thumbnails.</dd>
67       </dl>
68     </dd>
69   </dl>
70
71   <p class="gq-general-8"><b>Nearest</b>: Fastest scaler, but results in poor thumbnail quality.<br />
72   <b>Tiles</b>: Thumbnail results are very close to bilinear, with better speed.<br />
73   <b>Bilinear</b>: High quality results, moderately fast.<br />
74   <b>Hyper</b>: Slowest scaler, sometimes gives better results than bilinear.</p>
75
76   <dl>
77     <dd>
78       <dl>
79         <dd class="gq-general-9"><b>Cache thumbnails</b>: 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.</dd>
80
81         <dd class="gq-general-9"><b>Use shared thumbnail cache:</b> 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</dd>
82
83         <dd class="gq-general-9"><b>Cache thumbnails into .thumbnails</b>: 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.</dd>
84
85         <dd class="gq-general-7"><b>Use xvpics thumbnails when found</b>: 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.</dd>
86
87         <dd>
88           <dl>
89             <dd>
90               <dl>
91                 <dd class="gq-general-7"><i>Note:</i> Support for xvpics is read only, Geeqie can not generate thumbnails in this format.</dd>
92               </dl>
93             </dd>
94           </dl>
95         </dd>
96       </dl>
97     </dd>
98   </dl>
99
100   <p><br />
101   <br />
102   </p>
103
104   <h2>Slide show</h2>
105
106   <dl>
107     <dd>
108       <dl>
109         <dd class="gq-general-7"><b>Delay between image change</b>: Specifies the delay between images for slide shows, in seconds.</dd>
110
111         <dd class="gq-general-7"><b>Random</b>: When enabled, slide show images will appear in random order.</dd>
112
113         <dd>
114           <dl>
115             <dd>
116               <dl>
117                 <dd class="gq-general-7"><i>Note:</i> 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.</dd>
118               </dl>
119             </dd>
120           </dl>
121         </dd>
122
123         <dd class="gq-general-7"><b>Repeat</b>: When enabled, slide shows will continue at the beginning after the last image is displayed.</dd>
124       </dl>
125     </dd>
126
127     <dd class="gq-general-10"><br />
128     <br />
129     </dd>
130   </dl>
131
132   <p><br />
133   <br />
134   </p>
135
136   <hr />
137
138   <div class="navbottom">
139     <table width="100%" border="0" cellpadding="4" cellspacing="0">
140
141       <thead>
142         <tr valign="top">
143           <td width="33%">
144             <p class="previous"><a href="options.html">Previous</a>
145             </p>
146           </td>
147
148           <td width="33%">
149             <p class="gq-general-1"><a href="index.html">Contents</a>
150             </p>
151           </td>
152
153           <td width="33%">
154             <p class="gq-general-2"><a href="options_image.html">Next</a>
155             </p>
156           </td>
157         </tr>
158       </thead>
159
160       <tbody>
161         <tr valign="top">
162           <td width="33%">
163             <p><br />
164             </p>
165           </td>
166
167           <td width="33%">
168             <p class="gq-general-1"><br />
169             </p>
170           </td>
171
172           <td width="33%">
173             <p class="gq-general-2">Geeqie User Manual</p>
174           </td>
175         </tr>
176       </tbody>
177     </table>
178   </div>
179
180   <div class="bottomspacer">&nbsp;</div>
181 </body>
182 </html>