Beautify the manual.
[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">
16       <col id="navtop_col1" width="33%"></col>
17       <col id="navtop_col2" width="33%"></col>
18       <col id="navtop_col3" width="33%"></col>
19
20       <thead>
21         <tr>
22           <td>
23             <p class="previous"><a href="options.html">Previous</a>
24             </p>
25           </td>
26
27           <td>
28             <p class="navtop_title">General &ndash; Options Explained</p>
29           </td>
30
31           <td>
32             <p class="next"><a href="options_image.html">Next</a>
33             </p>
34           </td>
35         </tr>
36       </thead>
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>Change to folder</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    </dl>
55  
56   <h2>Thumbnails</h2>
57
58   <dl class="dialog_desc">
59   <dt>Size</dt>
60   <dd><p>Selects the size of the thumbnails displayed throughout Geeqie, dimensions are width by height in pixels.</p></dd>
61
62   <dt>Quality</dt>
63   <dd><p>Selects the method to use when scaling an image down for thumbnails.</p>
64   <dl>
65   <dt>Nearest</dt><dd>Fastest scaler, but results in poor thumbnail quality.</dd>
66   <dt>Tiles</dt><dd>Thumbnail results are very close to bilinear, with better speed.</dd>
67   <dt>Bilinear</dt><dd>High quality results, moderately fast.</dd>
68   <dt>Hyper</dt><dd>Slowest scaler, sometimes gives better results than bilinear.</dd>
69   </dl>
70   </dd>
71  
72   <dt>Cache thumbnails</dt>
73   <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>
74
75   <dt>Use shared thumbnail cache</dt>
76   <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>
77
78   <dt>Cache thumbnails into .thumbnails</dt>
79   <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>
80
81   <dt>Use xvpics thumbnails when found</dt>
82   <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>
83   <p class="note">Note: Support for xvpics is read only, Geeqie can not generate thumbnails in this format.</p></dd>
84   </dl>
85  
86   <h2>Slide show</h2>
87
88   <dl class="dialog_desc">
89   <dt>Delay between image change</dt>
90   <dd><p>Specifies the delay between images for slide shows, in seconds.</p></dd>
91   
92   <dt>Random</dt>
93   <dd><p>When enabled, slide show images will appear in random order.</p>
94   <p class="note">Note: 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>
95
96   <dt>Repeat</dt>
97   <dd><p>When enabled, slide shows will continue at the beginning after the last image is displayed.</p></dd>
98   </dl>
99
100   <hr id="bottomseparator" />
101
102   <div class="navbottom">
103     <table width="100%" border="0" cellpadding="4" cellspacing="0">
104       <col id="navbottom_col1" width="33%"></col>
105       <col id="navbottom_col2" width="33%"></col>
106       <col id="navbottom_col3" width="33%"></col>
107
108       <thead>
109         <tr>
110           <td>
111             <p class="previous"><a href="options.html">Previous</a>
112             </p>
113           </td>
114
115           <td>
116             <p class="navbottom_title"><a href="index.html">Contents</a>
117             </p>
118           </td>
119
120           <td>
121             <p class="next"><a href="options_image.html">Next</a>
122             </p>
123           </td>
124         </tr>
125       </thead>
126
127     </table>
128   </div>
129
130   <div class="footer">Geeqie User Manual</div>
131   <div class="bottomspacer">&nbsp;</div>
132 </body>
133 </html>