comparison doc/10_2_image.html @ 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).
author zas_
date Thu, 23 Oct 2008 19:06:23 +0000
parents 578a27d20b47
children
comparison
equal deleted inserted replaced
1075:578a27d20b47 1076:1ecc4f010111
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <HTML> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3 <HEAD> 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4 <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=iso-8859-1"> 4
5 <TITLE>Image Options - Geeqie User Manual</TITLE> 5 <html xmlns="http://www.w3.org/1999/xhtml">
6 <META NAME="CREATED" CONTENT="20040805;23590500"> 6 <head>
7 <META NAME="CHANGED" CONTENT="20050131;8422000"> 7 <meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
8 </HEAD> 8
9 <BODY LANG="en-US" DIR="LTR"> 9 <title>Image Options - Geeqie User Manual</title>
10 <CENTER> 10 <meta name="CREATED" content="20040805;23590500" />
11 <TABLE WIDTH=100% BORDER=0 CELLPADDING=4 CELLSPACING=0 STYLE="page-break-before: always"> 11 <meta name="CHANGED" content="20050131;8422000" />
12 <COL WIDTH=85*> 12 <style type="text/css">
13 <COL WIDTH=85*> 13 /*<![CDATA[*/
14 <COL WIDTH=85*> 14 p.gq-image-15 {margin-bottom: 0in}
15 <THEAD> 15 p.gq-image-14 {margin-bottom: 0.2in}
16 <TR VALIGN=TOP> 16 p.gq-image-13 {margin-left: 0.79in; margin-bottom: 0.2in; text-decoration: none}
17 <TD WIDTH=33%> 17 dd.gq-image-12 {margin-bottom: 0.2in}
18 <P><A HREF="10_1_general.html">Previous</A></P> 18 p.gq-image-11 {margin-left: 0.79in; text-decoration: none}
19 </TD> 19 p.gq-image-10 {margin-left: 1.58in}
20 <TD WIDTH=33%> 20 p.gq-image-9 {margin-left: 0.79in}
21 <P ALIGN=CENTER>Image &ndash; Options Explaned</P> 21 span.gq-image-8 {text-decoration: none}
22 </TD> 22 p.gq-image-7 {margin-left: 1.58in; font-style: normal; text-decoration: none}
23 <TD WIDTH=33%> 23 p.gq-image-6 {margin-left: 0.79in; font-style: normal; text-decoration: none}
24 <P ALIGN=RIGHT><A HREF="10_3_window.html">Next</A></P> 24 p.gq-image-5 {font-style: normal; text-decoration: none}
25 </TD> 25 div.gq-image-4 {text-align: center}
26 </TR> 26 table.gq-image-3 {page-break-before: always}
27 </THEAD> 27 p.gq-image-2 {text-align: right}
28 </TABLE> 28 p.gq-image-1 {text-align: center}
29 </CENTER> 29 /*]]>*/
30 <HR> 30 </style>
31 <H1>10.2 Image Options</H1> 31 </head>
32 <P STYLE="font-style: normal; text-decoration: none">This section 32
33 describes the options presented under the Image Tab of the 33 <body lang="en-US" dir="ltr" xml:lang="en-US">
34 preferences dialog.</P> 34 <div class="gq-image-4">
35 <P><BR><BR> 35 <table width="100%" border="0" cellpadding="4" cellspacing="0" class="gq-image-3">
36 </P> 36 <col width="85*" />
37 <P STYLE="font-style: normal; text-decoration: none"><U>Zoom</U></P> 37 <col width="85*" />
38 <P STYLE="margin-left: 0.79in; font-style: normal; text-decoration: none"> 38 <col width="85*" />
39 <B>Quality</B>: Selects the method used to scale the size of an 39
40 image.</P> 40 <thead>
41 <P STYLE="margin-left: 1.58in; font-style: normal; text-decoration: none"> 41 <tr valign="top">
42 <B>Nearest</B>: Fastest scaler, but results in poor image 42 <td width="33%">
43 quality.<BR><B>Tiles</B>: Results are somewhat close to bilinear, 43 <p><a href="10_1_general.html">Previous</a>
44 with better speed.<BR><B>Bilinear</B>: High quality results, 44 </p>
45 moderately fast.<BR><B>Hyper</B>: Slowest scaler, sometimes gives 45 </td>
46 better results than bilinear.</P> 46
47 <P STYLE="margin-left: 0.79in; font-style: normal; text-decoration: none"> 47 <td width="33%">
48 <B>Two pass zooming</B>: Enables Geeqie to first display a scaled 48 <p class="gq-image-1">Image &ndash; Options Explaned</p>
49 image using the nearest zoom quality. After image decoding is 49 </td>
50 complete, the image is scaled again using the selected &ldquo;Zoom 50
51 (scaling)&rdquo; method. This allows faster display of an image as it 51 <td width="33%">
52 is decoded from the source file.</P> 52 <p class="gq-image-2"><a href="10_3_window.html">Next</a>
53 <P STYLE="margin-left: 0.79in; font-style: normal; text-decoration: none"> 53 </p>
54 <B>Allow enlargement of image for zoom to fit</B>: Enable this to 54 </td>
55 allow Geeqie to increase the image size for images that are smaller 55 </tr>
56 than the current view area when the zoom is set to &ldquo;Fit to 56 </thead>
57 Window&rdquo;.</P> 57 </table>
58 <P STYLE="margin-left: 0.79in; font-style: normal; text-decoration: none"> 58 </div>
59 <B>Zoom increment</B>: Adjusts the step size when zooming in or out 59
60 on an image. This value corresponds to the percentage of the original 60 <hr />
61 image.</P> 61
62 <P><BR><BR> 62 <h1>10.2 Image Options</h1>
63 </P> 63
64 <P STYLE="font-style: normal; text-decoration: none"><U>Zoom control</U></P> 64 <p class="gq-image-5">This section describes the options presented under the Image Tab of the preferences dialog.</p>
65 <P STYLE="margin-left: 0.79in"><SPAN STYLE="text-decoration: none"><B>When 65
66 new image is selected</B>: </SPAN>This controls the behavior of the 66 <p><br />
67 zoom setting when changing the displayed image.</P> 67 <br />
68 <P STYLE="margin-left: 1.58in"><B>Zoom to original size</B>: The new 68 </p>
69 image is set to it's original size.<BR><B>Fit image to window</B>: 69
70 The new image's zoom is changed so that the image will fit within the 70 <p class="gq-image-5"><u>Zoom</u>
71 current view area.<BR><B>Leave zoom at previous setting</B>: The zoom 71 </p>
72 setting is unchanged, the new image will be scaled the same as the 72
73 previous image.</P> 73 <p class="gq-image-6"><b>Quality</b>: Selects the method used to scale the size of an image.</p>
74 <P><BR><BR> 74
75 </P> 75 <p class="gq-image-7"><b>Nearest</b>: Fastest scaler, but results in poor image quality.<br />
76 <P><U>Appearance</U></P> 76 <b>Tiles</b>: Results are somewhat close to bilinear, with better speed.<br />
77 <P STYLE="margin-left: 0.79in"><B>Black background</B>: Enable this 77 <b>Bilinear</b>: High quality results, moderately fast.<br />
78 to draw the image background (the area around the image) in black.</P> 78 <b>Hyper</b>: Slowest scaler, sometimes gives better results than bilinear.</p>
79 <P><BR><BR> 79
80 </P> 80 <p class="gq-image-6"><b>Two pass zooming</b>: 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>
81 <P><U>Convenience</U></P> 81
82 <P STYLE="margin-left: 0.79in"><B>Refresh on file change</B>: Geeqie 82 <p class="gq-image-6"><b>Allow enlargement of image for zoom to fit</b>: 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>
83 will monitor currently active images and folders for changes in their 83
84 modification time, and update the display if it changes.</P> 84 <p class="gq-image-6"><b>Zoom increment</b>: Adjusts the step size when zooming in or out on an image. This value corresponds to the percentage of the original image.</p>
85 <P STYLE="margin-left: 1.58in"><I>Note:</I> Disable this if the 85
86 system will not go into sleep mode due to occasional disk activity 86 <p><br />
87 from the time check, or if Geeqie updates too often for folders with 87 <br />
88 continuously changing content.</P> 88 </p>
89 <P STYLE="margin-left: 0.79in; text-decoration: none"><B>Preload next 89
90 image</B>: Enabling this option will cause Geeqie to read the next 90 <p class="gq-image-5"><u>Zoom control</u>
91 logical image from disk when idle, it will also retain the previously 91 </p>
92 viewed image in memory. By reading the nearest images into memory, 92
93 time to display the next image is reduced.</P> 93 <p class="gq-image-9"><span class="gq-image-8"><b>When new image is selected</b>:</span> This controls the behavior of the zoom setting when changing the displayed image.</p>
94 <DL> 94
95 <DL> 95 <p class="gq-image-10"><b>Zoom to original size</b>: The new image is set to it's original size.<br />
96 <DL> 96 <b>Fit image to window</b>: The new image's zoom is changed so that the image will fit within the current view area.<br />
97 <DL> 97 <b>Leave zoom at previous setting</b>: The zoom setting is unchanged, the new image will be scaled the same as the previous image.</p>
98 <DD STYLE="margin-bottom: 0.2in"><SPAN STYLE="text-decoration: none"><I>Note:</I> 98
99 This option will increase Geeqie memory requirements, and may 99 <p><br />
100 cause performance issues with very large images.</SPAN> If the 100 <br />
101 use of Geeqie results in the system noticeably swapping memory to 101 </p>
102 disk, try disabling this feature.</DD></DL> 102
103 </DL> 103 <p><u>Appearance</u>
104 </DL> 104 </p>
105 </DL> 105
106 <P STYLE="margin-left: 0.79in; margin-bottom: 0.2in; text-decoration: none"> 106 <p class="gq-image-9"><b>Black background</b>: Enable this to draw the image background (the area around the image) in black.</p>
107 <B>Auto rotate image using EXIF information</B>: Auto rotates images 107
108 based on data stored in images that include EXIF data.</P> 108 <p><br />
109 <P STYLE="margin-bottom: 0.2in"><BR><BR> 109 <br />
110 </P> 110 </p>
111 <P><BR><BR> 111
112 </P> 112 <p><u>Convenience</u>
113 <HR> 113 </p>
114 <CENTER> 114
115 <TABLE WIDTH=100% BORDER=0 CELLPADDING=4 CELLSPACING=0> 115 <p class="gq-image-9"><b>Refresh on file change</b>: Geeqie will monitor currently active images and folders for changes in their modification time, and update the display if it changes.</p>
116 <COL WIDTH=85*> 116
117 <COL WIDTH=85*> 117 <p class="gq-image-10"><i>Note:</i> 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>
118 <COL WIDTH=85*> 118
119 <THEAD> 119 <p class="gq-image-11"><b>Preload next image</b>: 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>
120 <TR VALIGN=TOP> 120
121 <TD WIDTH=33%> 121 <dl>
122 <P><A HREF="10_1_general.html">Previous</A></P> 122 <dd>
123 </TD> 123 <dl>
124 <TD WIDTH=33%> 124 <dd>
125 <P ALIGN=CENTER><A HREF="index.html">Contents</A></P> 125 <dl>
126 </TD> 126 <dd>
127 <TD WIDTH=33%> 127 <dl>
128 <P ALIGN=RIGHT><A HREF="10_3_window.html">Next</A></P> 128 <dd class="gq-image-12"><span class="gq-image-8"><i>Note:</i> This option will increase Geeqie memory requirements, and may cause performance issues with very large images.</span> If the use of Geeqie results in the system noticeably swapping memory to disk, try disabling this feature.</dd>
129 </TD> 129 </dl>
130 </TR> 130 </dd>
131 </THEAD> 131 </dl>
132 <TBODY> 132 </dd>
133 <TR VALIGN=TOP> 133 </dl>
134 <TD WIDTH=33%> 134 </dd>
135 <P><BR> 135 </dl>
136 </P> 136
137 </TD> 137 <p class="gq-image-13"><b>Auto rotate image using EXIF information</b>: Auto rotates images based on data stored in images that include EXIF data.</p>
138 <TD WIDTH=33%> 138
139 <P ALIGN=CENTER><BR> 139 <p class="gq-image-14"><br />
140 </P> 140 <br />
141 </TD> 141 </p>
142 <TD WIDTH=33%> 142
143 <P ALIGN=RIGHT>Geeqie User Manual</P> 143 <p><br />
144 </TD> 144 <br />
145 </TR> 145 </p>
146 </TBODY> 146
147 </TABLE> 147 <hr />
148 </CENTER> 148
149 <P STYLE="margin-bottom: 0in"><BR> 149 <div class="gq-image-4">
150 </P> 150 <table width="100%" border="0" cellpadding="4" cellspacing="0">
151 </BODY> 151 <col width="85*" />
152 </HTML> 152 <col width="85*" />
153 <col width="85*" />
154
155 <thead>
156 <tr valign="top">
157 <td width="33%">
158 <p><a href="10_1_general.html">Previous</a>
159 </p>
160 </td>
161
162 <td width="33%">
163 <p class="gq-image-1"><a href="index.html">Contents</a>
164 </p>
165 </td>
166
167 <td width="33%">
168 <p class="gq-image-2"><a href="10_3_window.html">Next</a>
169 </p>
170 </td>
171 </tr>
172 </thead>
173
174 <tbody>
175 <tr valign="top">
176 <td width="33%">
177 <p><br />
178 </p>
179 </td>
180
181 <td width="33%">
182 <p class="gq-image-1"><br />
183 </p>
184 </td>
185
186 <td width="33%">
187 <p class="gq-image-2">Geeqie User Manual</p>
188 </td>
189 </tr>
190 </tbody>
191 </table>
192 </div>
193
194 <p class="gq-image-15"><br />
195 </p>
196 </body>
197 </html>