Mercurial > geeqie.yaz
annotate doc/10_1_general.html @ 957:36a48d09daa8
updated ChangeLog from svn log
author | nadvornik |
---|---|
date | Wed, 30 Jul 2008 18:44:49 +0000 |
parents | 1b01410e6860 |
children | 578a27d20b47 |
rev | line source |
---|---|
8 | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 <HTML> | |
3 <HEAD> | |
4 <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=iso-8859-1"> | |
5 <TITLE>General Options - GQview User Manual</TITLE> | |
6 <META NAME="CREATED" CONTENT="20040805;23590500"> | |
7 <META NAME="CHANGED" CONTENT="20050131;8415300"> | |
8 </HEAD> | |
9 <BODY LANG="en-US" DIR="LTR"> | |
10 <CENTER> | |
11 <TABLE WIDTH=100% BORDER=0 CELLPADDING=4 CELLSPACING=0 STYLE="page-break-before: always"> | |
12 <COL WIDTH=85*> | |
13 <COL WIDTH=85*> | |
14 <COL WIDTH=85*> | |
15 <THEAD> | |
16 <TR VALIGN=TOP> | |
17 <TD WIDTH=33%> | |
18 <P><A HREF="10_options.html">Previous</A></P> | |
19 </TD> | |
20 <TD WIDTH=33%> | |
21 <P ALIGN=CENTER>General - Options Explained</P> | |
22 </TD> | |
23 <TD WIDTH=33%> | |
24 <P ALIGN=RIGHT><A HREF="10_2_image.html">Next</A></P> | |
25 </TD> | |
26 </TR> | |
27 </THEAD> | |
28 </TABLE> | |
29 </CENTER> | |
30 <HR> | |
31 <H1>10.1 General Options</H1> | |
32 <P>This section describes the options presented under the General Tab | |
33 of the preferences dialog.</P> | |
34 <P><BR><BR> | |
35 </P> | |
36 <P><U>Startup</U></P> | |
37 <P STYLE="margin-left: 0.79in"><B>Change to folder</B>: Enabling this | |
38 will cause GQview to initially open to the specified folder.</P> | |
39 <P STYLE="margin-left: 0.79in"><B>Use Current</B>: Activate this | |
40 button to change the setting to the current folder.</P> | |
41 <DL> | |
42 <DD STYLE="margin-left: 0in; margin-bottom: 0.2in"><BR><BR> | |
43 </DD></DL> | |
44 <P> | |
45 <U>Thumbnails</U></P> | |
46 <DL> | |
47 <DL> | |
48 <DD STYLE="margin-bottom: 0.2in; text-decoration: none"><B>Size</B>: | |
49 Selects the size of the thumbnails displayed throughout GQview, | |
50 dimensions are width by height in pixels.</DD><DD STYLE="margin-bottom: 0.2in; text-decoration: none"> | |
51 <B>Quality</B>: Selects the method to use when scaling an image | |
52 down for thumbnails.</DD></DL> | |
53 </DL> | |
54 <P STYLE="margin-left: 1.58in"> | |
55 <B>Nearest</B>: Fastest scaler, but results in poor thumbnail | |
56 quality.<BR><B>Tiles</B>: Thumbnail results are very close to | |
57 bilinear, with better speed.<BR><B>Bilinear</B>: High quality | |
58 results, moderately fast.<BR><B>Hyper</B>: Slowest scaler, sometimes | |
59 gives better results than bilinear.</P> | |
60 <DL> | |
61 <DL> | |
62 <DD STYLE="margin-bottom: 0.2in"><B>Cache thumbnails</B>: Enable | |
63 this to save thumbnails to disk, subsequent requests for a | |
64 thumbnail will be faster. Thumbnails are cached into | |
65 ($HOME)/.gqview/thumbnails. Refer to <A HREF="11_3_thumbnails.html">11.3 | |
66 thumbnails</A> for details.</DD><DD STYLE="margin-bottom: 0.2in"> | |
67 <B>Use shared thumbnail cache:</B> This will use a thumbnail | |
68 caching method that is compatible with applications that use the | |
69 standard thumbnail specification. When this option is enabled | |
70 thumbnails will be stored in ($HOME)/.thumbnails</DD><DD STYLE="margin-bottom: 0.2in"> | |
71 <B>Cache thumbnails into .thumbnails</B>: When enabled, GQview | |
72 attempts to store cached thumbnails closer to the source image. | |
73 This way multiple users can benefit from a single cache, thereby | |
74 reducing wasted disk space. The resulting location is the source | |
75 image's folder, in a sub folder with the name <B>.thumbnails</B>. | |
76 When the image source folder cannot be written, GQview falls back | |
77 to saving the thumbnail in the user's home folder.</DD><DD STYLE="margin-bottom: 0.2in; text-decoration: none"> | |
78 <B>Use xvpics thumbnails when found</B>: xvpics is a common | |
79 thumbnail caching format used by several applications. Thumbnails | |
80 are stored locally to the source image in a sub folder with the | |
81 name <B>.xvpics</B>. Enabling this option will allow GQview to read | |
82 thumbnails saved in the xvpics format.</DD><DL> | |
83 <DL> | |
84 <DD STYLE="margin-bottom: 0.2in; text-decoration: none"> | |
85 <I>Note:</I> Support for xvpics is read only, GQview can not | |
86 generate thumbnails in this format.</DD></DL> | |
87 </DL> | |
88 </DL> | |
89 </DL> | |
90 <P> | |
91 <BR><BR> | |
92 </P> | |
93 <P><U>Slide show</U></P> | |
94 <DL> | |
95 <DL> | |
96 <DD STYLE="margin-bottom: 0.2in; text-decoration: none"><B>Delay | |
97 between image change</B>: Specifies the delay between images for | |
98 slide shows, in seconds.</DD><DD STYLE="margin-bottom: 0.2in; text-decoration: none"> | |
99 <B>Random</B>: When enabled, slide show images will appear in | |
100 random order.</DD><DL> | |
101 <DL> | |
102 <DD STYLE="margin-bottom: 0.2in; text-decoration: none"> | |
103 <I>Note:</I> Random images are displayed such that each image | |
104 appears once per cycle of all images. When the slide show repeat | |
105 option is enabled, the image order is randomized after completing | |
106 each cycle.</DD></DL> | |
107 </DL> | |
108 <DD STYLE="margin-bottom: 0.2in; text-decoration: none"> | |
109 <B>Repeat</B>: When enabled, slide shows will continue at the | |
110 beginning after the last image is displayed.</DD></DL> | |
111 <DD STYLE="margin-left: 0in; margin-bottom: 0.2in; text-decoration: none"> | |
112 <BR><BR> | |
113 </DD></DL> | |
114 <P> | |
115 <BR><BR> | |
116 </P> | |
117 <HR> | |
118 <CENTER> | |
119 <TABLE WIDTH=100% BORDER=0 CELLPADDING=4 CELLSPACING=0> | |
120 <COL WIDTH=85*> | |
121 <COL WIDTH=85*> | |
122 <COL WIDTH=85*> | |
123 <THEAD> | |
124 <TR VALIGN=TOP> | |
125 <TD WIDTH=33%> | |
126 <P><A HREF="10_options.html">Previous</A></P> | |
127 </TD> | |
128 <TD WIDTH=33%> | |
129 <P ALIGN=CENTER><A HREF="index.html">Contents</A></P> | |
130 </TD> | |
131 <TD WIDTH=33%> | |
132 <P ALIGN=RIGHT><A HREF="10_2_image.html">Next</A></P> | |
133 </TD> | |
134 </TR> | |
135 </THEAD> | |
136 <TBODY> | |
137 <TR VALIGN=TOP> | |
138 <TD WIDTH=33%> | |
139 <P><BR> | |
140 </P> | |
141 </TD> | |
142 <TD WIDTH=33%> | |
143 <P ALIGN=CENTER><BR> | |
144 </P> | |
145 </TD> | |
146 <TD WIDTH=33%> | |
147 <P ALIGN=RIGHT>GQview User Manual</P> | |
148 </TD> | |
149 </TR> | |
150 </TBODY> | |
151 </TABLE> | |
152 </CENTER> | |
153 <P STYLE="margin-bottom: 0in"><BR> | |
154 </P> | |
155 </BODY> | |
938
1b01410e6860
dropped references to OpenOffice.org as suggested at
nadvornik
parents:
8
diff
changeset
|
156 </HTML> |