comparison doc/options_general.html @ 1125:e09f504d7f11

Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
author zas_
date Mon, 10 Nov 2008 23:05:50 +0000
parents 24c89a03ec12
children c564ab6c11fc
comparison
equal deleted inserted replaced
1124:697b0761c30d 1125:e09f504d7f11
42 <p>This section describes the options presented under the General Tab of the preferences dialog.</p> 42 <p>This section describes the options presented under the General Tab of the preferences dialog.</p>
43 43
44 <h2>Startup</h2> 44 <h2>Startup</h2>
45 45
46 <dl class="dialog_desc"> 46 <dl class="dialog_desc">
47 <dt>Change to folder</dt> 47 <dt>Restore folder on startup</dt>
48 <dd><p>Enabling this will cause Geeqie to initially open to the specified folder.</p></dd> 48 <dd><p>Enabling this will cause Geeqie to initially open to the specified folder.</p></dd>
49 49
50 <dt>Use Current</dt> 50 <dt>Use Current</dt>
51 <dd><p>Activate this button to change the setting to the current folder.</p></dd> 51 <dd><p>Activate this button to change the setting to the current folder.</p></dd>
52 </dl> 52
53 <dt>Use last path</dt>
54 <dd><p>When checked, Geeqie will recall the last path used on startup.</p></dd>
55 </dl>
56
53 57
54 <h2>Thumbnails</h2> 58 <h2>Thumbnails</h2>
55 59
56 <dl class="dialog_desc"> 60 <dl class="dialog_desc">
57 <dt>Size</dt> 61 <dt>Size</dt>
73 <dt>Use shared thumbnail cache</dt> 77 <dt>Use shared thumbnail cache</dt>
74 <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> 78 <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>
75 79
76 <dt>Cache thumbnails into .thumbnails</dt> 80 <dt>Cache thumbnails into .thumbnails</dt>
77 <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> 81 <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>
82
83 <dt>Faster jpeg thumbnailing</dt>
84 <dd><p>This will speed up thumbnails generation in some cases, but may reduce the quality</p></dd>
85
86 <dt>Use EXIF thumbnails when available</dt>
87 <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>
78 88
79 <dt>Use xvpics thumbnails when found</dt> 89 <dt>Use xvpics thumbnails when found</dt>
80 <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> 90 <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>
81 <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> 91 <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>
82 </dl> 92 </dl>