annotate doc/options_image.html @ 1116:7f22b99b0eb9

Fix up some errors.
author zas_
date Mon, 10 Nov 2008 16:11:28 +0000
parents 83d6b961117f
children 71c5b25b371a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
1 <?xml version="1.0" encoding="iso-8859-1"?>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
4
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
5 <html xmlns="http://www.w3.org/1999/xhtml">
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
6 <head>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
7 <meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
8
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
9 <title>Image Options - Geeqie User Manual</title>
1095
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents: 1087
diff changeset
10 <link rel="stylesheet" type="text/css" href="style.css" />
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
11 </head>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
12
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
13 <body lang="en-US" dir="ltr" xml:lang="en-US">
1097
37536ba2d5f4 Add two css classes navtop and navbottom and remove unused ones.
zas_
parents: 1095
diff changeset
14 <div class="navtop">
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
15 <table width="100%" border="0" cellpadding="4" cellspacing="0">
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
16 <col id="navtop_col1" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
17 <col id="navtop_col2" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
18 <col id="navtop_col3" width="33%"></col>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
19
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
20 <tr>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
21 <th>
1082
47b9f5bc2606 Align Previous to the left, drop useless col tags.
zas_
parents: 1081
diff changeset
22 <p class="previous"><a href="options_general.html">Previous</a>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
23 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
24 </th>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
25
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
26 <th>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
27 <p class="navtop_title">Image &ndash; Options Explaned</p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
28 </th>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
29
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
30 <th>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
31 <p class="next"><a href="options_window.html">Next</a>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
32 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
33 </th>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
34 </tr>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
35 </table>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
36 </div>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
37
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
38 <hr />
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
39
1079
76266496b06d Drop chapters numbers from h1 title, and reformat top title a bit.
zas_
parents: 1078
diff changeset
40 <h1>Image Options</h1>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
41
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
42 <p>This section describes the options presented under the Image Tab of the preferences dialog.</p>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
43
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
44 <h2>Zoom</h2>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
45
1111
2b1121de1a66 Reformat remaining options pages.
zas_
parents: 1110
diff changeset
46 <dl class="dialog_desc">
2b1121de1a66 Reformat remaining options pages.
zas_
parents: 1110
diff changeset
47 <dt>Quality</dt>
2b1121de1a66 Reformat remaining options pages.
zas_
parents: 1110
diff changeset
48 <dd><p>Selects the method used to scale the size of an image.</p>
2b1121de1a66 Reformat remaining options pages.
zas_
parents: 1110
diff changeset
49
2b1121de1a66 Reformat remaining options pages.
zas_
parents: 1110
diff changeset
50 <dl>
2b1121de1a66 Reformat remaining options pages.
zas_
parents: 1110
diff changeset
51 <dt>Nearest</dt><dd>Fastest scaler, but results in poor image quality.</dd>
2b1121de1a66 Reformat remaining options pages.
zas_
parents: 1110
diff changeset
52 <dt>Tiles</dt><dd>Results are somewhat close to bilinear, with better speed.</dd>
2b1121de1a66 Reformat remaining options pages.
zas_
parents: 1110
diff changeset
53 <dt>Bilinear</dt><dd>High quality results, moderately fast.</dd>
2b1121de1a66 Reformat remaining options pages.
zas_
parents: 1110
diff changeset
54 <dt>Hyper</dt><dd>Slowest scaler, sometimes gives better results than bilinear.</dd>
2b1121de1a66 Reformat remaining options pages.
zas_
parents: 1110
diff changeset
55 </dl>
1116
7f22b99b0eb9 Fix up some errors.
zas_
parents: 1115
diff changeset
56 </dd>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
57
1111
2b1121de1a66 Reformat remaining options pages.
zas_
parents: 1110
diff changeset
58 <dt>Two pass zooming</dt>
2b1121de1a66 Reformat remaining options pages.
zas_
parents: 1110
diff changeset
59 <dd><p>Enables Geeqie to first display a scaled image using the nearest zoom quality. After image decoding is complete, the image is scaled again using the selected &ldquo;Zoom (scaling)&rdquo; method. This allows faster display of an image as it is decoded from the source file.</p></dd>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
60
1111
2b1121de1a66 Reformat remaining options pages.
zas_
parents: 1110
diff changeset
61 <dt>Allow enlargement of image for zoom to fit</dt>
2b1121de1a66 Reformat remaining options pages.
zas_
parents: 1110
diff changeset
62 <dd><p>Enable this to allow Geeqie to increase the image size for images that are smaller than the current view area when the zoom is set to &ldquo;Fit to Window&rdquo;.</p></dd>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
63
1111
2b1121de1a66 Reformat remaining options pages.
zas_
parents: 1110
diff changeset
64 <dt>Zoom increment</dt>
2b1121de1a66 Reformat remaining options pages.
zas_
parents: 1110
diff changeset
65 <dd><p>Adjusts the step size when zooming in or out on an image. This value corresponds to the percentage of the original image.</p></dd>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
66
1111
2b1121de1a66 Reformat remaining options pages.
zas_
parents: 1110
diff changeset
67 </dl>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
68
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
69 <h2>Zoom control</h2>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
70
1111
2b1121de1a66 Reformat remaining options pages.
zas_
parents: 1110
diff changeset
71 <dl class="dialog_desc">
2b1121de1a66 Reformat remaining options pages.
zas_
parents: 1110
diff changeset
72 <dt>When new image is selected</dt>
2b1121de1a66 Reformat remaining options pages.
zas_
parents: 1110
diff changeset
73 <dd><p>This controls the behavior of the zoom setting when changing the displayed image.</p>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
74
1111
2b1121de1a66 Reformat remaining options pages.
zas_
parents: 1110
diff changeset
75 <dl>
2b1121de1a66 Reformat remaining options pages.
zas_
parents: 1110
diff changeset
76 <dt>Zoom to original size</dt><dd>The new image is set to it's original size.</dd>
2b1121de1a66 Reformat remaining options pages.
zas_
parents: 1110
diff changeset
77 <dt>Fit image to window</dt><dd>The new image's zoom is changed so that the image will fit within the current view area.</dd>
2b1121de1a66 Reformat remaining options pages.
zas_
parents: 1110
diff changeset
78 <dt>Leave zoom at previous setting</dt><dd>The zoom setting is unchanged, the new image will be scaled the same as the previous image.</dd>
2b1121de1a66 Reformat remaining options pages.
zas_
parents: 1110
diff changeset
79 </dl>
2b1121de1a66 Reformat remaining options pages.
zas_
parents: 1110
diff changeset
80 </dd>
2b1121de1a66 Reformat remaining options pages.
zas_
parents: 1110
diff changeset
81 </dl>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
82
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
83 <h2>Appearance</h2>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
84
1111
2b1121de1a66 Reformat remaining options pages.
zas_
parents: 1110
diff changeset
85 <dl class="dialog_desc">
2b1121de1a66 Reformat remaining options pages.
zas_
parents: 1110
diff changeset
86 <dt>Black background</dt>
2b1121de1a66 Reformat remaining options pages.
zas_
parents: 1110
diff changeset
87 <dd><p>Enable this to draw the image background (the area around the image) in black.</p></dd>
2b1121de1a66 Reformat remaining options pages.
zas_
parents: 1110
diff changeset
88 </dl>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
89
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
90 <h2>Convenience</h2>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
91
1111
2b1121de1a66 Reformat remaining options pages.
zas_
parents: 1110
diff changeset
92 <dl class="dialog_desc">
2b1121de1a66 Reformat remaining options pages.
zas_
parents: 1110
diff changeset
93 <dt>Refresh on file change</dt>
2b1121de1a66 Reformat remaining options pages.
zas_
parents: 1110
diff changeset
94 <dd><p>Geeqie will monitor currently active images and folders for changes in their modification time, and update the display if it changes.</p>
1110
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
95 <p class="note">Note: Disable this if the system will not go into sleep mode due to occasional disk activity from the time check, or if Geeqie updates too often for folders with continuously changing content.</p>
1111
2b1121de1a66 Reformat remaining options pages.
zas_
parents: 1110
diff changeset
96 </dd>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
97
1111
2b1121de1a66 Reformat remaining options pages.
zas_
parents: 1110
diff changeset
98 <dt>Preload next image</dt>
2b1121de1a66 Reformat remaining options pages.
zas_
parents: 1110
diff changeset
99 <dd><p>Enabling this option will cause Geeqie to read the next logical image from disk when idle, it will also retain the previously viewed image in memory. By reading the nearest images into memory, time to display the next image is reduced.</p>
2b1121de1a66 Reformat remaining options pages.
zas_
parents: 1110
diff changeset
100 <p class="note">Note: This option will increase Geeqie memory requirements, and may cause performance issues with very large images. If the use of Geeqie results in the system noticeably swapping memory to disk, try disabling this feature.</p></dd>
2b1121de1a66 Reformat remaining options pages.
zas_
parents: 1110
diff changeset
101
2b1121de1a66 Reformat remaining options pages.
zas_
parents: 1110
diff changeset
102 <dt>Auto rotate image using EXIF information</dt>
2b1121de1a66 Reformat remaining options pages.
zas_
parents: 1110
diff changeset
103 <dd><p>Auto rotates images based on data stored in images that include EXIF data.</p></dd>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
104 </dl>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
105
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1111
diff changeset
106 <hr id="bottomseparator" />
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
107
1097
37536ba2d5f4 Add two css classes navtop and navbottom and remove unused ones.
zas_
parents: 1095
diff changeset
108 <div class="navbottom">
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
109 <table width="100%" border="0" cellpadding="4" cellspacing="0">
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
110 <col id="navbottom_col1" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
111 <col id="navbottom_col2" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
112 <col id="navbottom_col3" width="33%"></col>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
113
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
114 <tr>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
115 <th>
1082
47b9f5bc2606 Align Previous to the left, drop useless col tags.
zas_
parents: 1081
diff changeset
116 <p class="previous"><a href="options_general.html">Previous</a>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
117 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
118 </th>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
119
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
120 <th>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
121 <p class="navbottom_title"><a href="index.html">Contents</a>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
122 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
123 </th>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
124
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
125 <th>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
126 <p class="next"><a href="options_window.html">Next</a>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
127 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
128 </th>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
129 </tr>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
130
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
131 </table>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
132 </div>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
133
1101
83cf0c9e300f Re-introduce Geeqie User Manual footer.
zas_
parents: 1100
diff changeset
134 <div class="footer">Geeqie User Manual</div>
1098
2d9c9b10e84d Add a generic spacer at the bottom of the page, remove now unused css classes.
zas_
parents: 1097
diff changeset
135 <div class="bottomspacer">&nbsp;</div>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
136 </body>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
137 </html>