comparison doc/options_advanced.html @ 1129:00d2520e7190

Advanced options documentation is now almost in sync with current geeqie.
author zas_
date Tue, 11 Nov 2008 10:09:09 +0000
parents 802fa03c377e
children 302d85a9962f
comparison
equal deleted inserted replaced
1128:802fa03c377e 1129:00d2520e7190
71 <div class="overlay_tags"> 71 <div class="overlay_tags">
72 <table width="60%" border="1" cellpadding="2" cellspacing="0"> 72 <table width="60%" border="1" cellpadding="2" cellspacing="0">
73 <col id="overlay_tags_col1" width="30%"></col> 73 <col id="overlay_tags_col1" width="30%"></col>
74 <col id="overlay_tags_col2" width="70%"></col> 74 <col id="overlay_tags_col2" width="70%"></col>
75 <tr><th>Tag</th><th>Replaced by</th></tr> 75 <tr><th>Tag</th><th>Replaced by</th></tr>
76 <tr><td>%name%</td><td>Filename of the picture</td></tr> 76 <tr><td>name</td><td>Filename of the picture</td></tr>
77 <tr><td>%collection%</td><td>Name of the collection</td></tr> 77 <tr><td>collection</td><td>Name of the collection</td></tr>
78 <tr><td>%number%</td><td>Current number of image in the list</td></tr> 78 <tr><td>number</td><td>Current number of image in the list</td></tr>
79 <tr><td>%total%</td><td>Total number of images</td></tr> 79 <tr><td>total</td><td>Total number of images</td></tr>
80 <tr><td>%date%</td><td>File date</td></tr> 80 <tr><td>date</td><td>File date</td></tr>
81 <tr><td>%size%</td><td>File size</td></tr> 81 <tr><td>size</td><td>File size</td></tr>
82 <tr><td>%width%</td><td>Image width</td></tr> 82 <tr><td>width</td><td>Image width</td></tr>
83 <tr><td>%height%</td><td>Image height</td></tr> 83 <tr><td>height</td><td>Image height</td></tr>
84 <tr><td>%res%</td><td>Image resolution</td></tr> 84 <tr><td>res</td><td>Image resolution</td></tr>
85 <tr><td>%keywords%</td><td>Image keywords from metadata</td></tr> 85 <tr><td>keywords</td><td>Image keywords from metadata</td></tr>
86 <tr><td>%comment%</td><td>Image comment from metadata</td></tr> 86 <tr><td>comment</td><td>Image comment from metadata</td></tr>
87 </table> 87 </table>
88 </div> 88 </div>
89 89
90 <p>To access exif data use the exif name, for example: <code>%Exif.Photo.DateTimeOriginal%</code> to get the date of the original shot</p> 90 <p>To access exif data use the exif name, for example: <code>%Exif.Photo.DateTimeOriginal%</code> to get the date of the original shot</p>
91 91
258 <dt>Offscreen cache size</dt> 258 <dt>Offscreen cache size</dt>
259 <dd><p>Geeqie only renders the visible portion of an image. To reduce rendering the same area frequently when panning an image, some memory is used to retain the recently rendered image data. This value controls the maximum amount of memory to use.</p> 259 <dd><p>Geeqie only renders the visible portion of an image. To reduce rendering the same area frequently when panning an image, some memory is used to retain the recently rendered image data. This value controls the maximum amount of memory to use.</p>
260 <p class="note"><span class="note_label">Note:</span> This setting controls the amount of memory for <em>each</em> image window.</p> 260 <p class="note"><span class="note_label">Note:</span> This setting controls the amount of memory for <em>each</em> image window.</p>
261 </dd> 261 </dd>
262 262
263 <dt>Decoded image cache size</dt>
264 <dd><p>This is the cache size in megabytes used by Geeqie to store decoded images.</p></dd>
265
266 <dt>Image read buffer size</dt>
267 <dd><p>Number of bytes read by Geeqie in one pass, this is for fine tuning, do not modify if you don't know what it does.</p></dd>
268
269 <dt>Image idle loop read count</dt>
270 <dd><p>This is for fine tuning, do not modify if you don't know what it does.</p></dd>
271
263 </dl> 272 </dl>
264 273
265 <h2>Color profiles</h2> 274 <h2>Color profiles</h2>
266 275
276 <p>Here one can defined color profiles to use.</p>
277
278 <dl class="dialog_desc">
279 <dt>Type</dt>
280 <dd><p>Either input color profile or screen color profile.</p></dd>
281 <dt>Menu name</dt>
282 <dd><p>Name of the menu entry corresponding to the color profile.</p></dd>
283 <dt>File</dt>
284 <dd><p>Path to the color profile file.</p></dd>
285 </dl>
286
287 <dt>
288
267 <h2>Debugging</h2> 289 <h2>Debugging</h2>
268 290
291 <dl class="dialog_desc">
292 <dt>Debug level</dt>
293 <dd><p>This defines the verbosity of debug info sent to console and log window (0 disables the debug output).</p></dd>
294 </dl>
295
296
269 <hr id="bottomseparator" /> 297 <hr id="bottomseparator" />
270 298
271 <div class="navbottom"> 299 <div class="navbottom">
272 <table width="100%" border="0" cellpadding="4" cellspacing="0"> 300 <table width="100%" border="0" cellpadding="4" cellspacing="0">
273 <col id="navbottom_col1" width="33%"></col> 301 <col id="navbottom_col1" width="33%"></col>