Mercurial > geeqie
comparison doc/11_3_thumbnails.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>Thumbnails - 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;9432500"> | 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>Thumbnails - 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;9432500" /> |
12 <COL WIDTH=85*> | 12 <style type="text/css"> |
13 <COL WIDTH=85*> | 13 /*<![CDATA[*/ |
14 <COL WIDTH=85*> | 14 p.gq-thumbnails-8 {margin-bottom: 0in} |
15 <THEAD> | 15 p.gq-thumbnails-7 {margin-left: 1.58in} |
16 <TR VALIGN=TOP> | 16 p.gq-thumbnails-6 {margin-left: 0.79in} |
17 <TD WIDTH=33%> | 17 p.gq-thumbnails-5 {font-style: italic; text-decoration: none} |
18 <P><A HREF="11_2_keyboard_shortcuts.html">Previous</A></P> | 18 div.gq-thumbnails-4 {text-align: center} |
19 </TD> | 19 table.gq-thumbnails-3 {page-break-before: always} |
20 <TD WIDTH=33%> | 20 p.gq-thumbnails-2 {text-align: right} |
21 <P ALIGN=CENTER>Thumbnails - Reference</P> | 21 p.gq-thumbnails-1 {text-align: center} |
22 </TD> | 22 /*]]>*/ |
23 <TD WIDTH=33%> | 23 </style> |
24 <P ALIGN=RIGHT><A HREF="11_4_management.html">Next</A></P> | 24 </head> |
25 </TD> | 25 |
26 </TR> | 26 <body lang="en-US" dir="ltr" xml:lang="en-US"> |
27 </THEAD> | 27 <div class="gq-thumbnails-4"> |
28 </TABLE> | 28 <table width="100%" border="0" cellpadding="4" cellspacing="0" class="gq-thumbnails-3"> |
29 </CENTER> | 29 <col width="85*" /> |
30 <HR> | 30 <col width="85*" /> |
31 <H1>11.3 Thumbnails</H1> | 31 <col width="85*" /> |
32 <P STYLE="text-decoration: none"><I>Note: This page only refers the | 32 |
33 Geeqie thumbnail caching mechanism, the shared thumbnail cache | 33 <thead> |
34 mechanism is not explained here.</I></P> | 34 <tr valign="top"> |
35 <P><U>Format</U></P> | 35 <td width="33%"> |
36 <P STYLE="margin-left: 0.79in">Thumbnails are stored in PNG image | 36 <p><a href="11_2_keyboard_shortcuts.html">Previous</a> |
37 format. The thumbnail name is the name of the source image with | 37 </p> |
38 “.png” appended.</P> | 38 </td> |
39 <P STYLE="margin-left: 0.79in">The modification time (mtime) of the | 39 |
40 thumbnail is set to match the source file. Thumbnails are regenerated | 40 <td width="33%"> |
41 when the timestamps of the thumbnail and source file do not match.</P> | 41 <p class="gq-thumbnails-1">Thumbnails - Reference</p> |
42 <P STYLE="margin-left: 0.79in"><BR><BR> | 42 </td> |
43 </P> | 43 |
44 <P><U>Location</U></P> | 44 <td width="33%"> |
45 <P STYLE="margin-left: 0.79in">Thumbnails are stored in:</P> | 45 <p class="gq-thumbnails-2"><a href="11_4_management.html">Next</a> |
46 <P STYLE="margin-left: 1.58in">($HOME)/.geeqie/thumbnails</P> | 46 </p> |
47 <P STYLE="margin-left: 0.79in">The directory structure of the | 47 </td> |
48 thumbnail cache duplicates the location of the source files, for | 48 </tr> |
49 example a source file with the name:</P> | 49 </thead> |
50 <P STYLE="margin-left: 1.58in">/path/to/image.jpg</P> | 50 </table> |
51 <P STYLE="margin-left: 0.79in">will store the thumbnail in:</P> | 51 </div> |
52 <P STYLE="margin-left: 1.58in">($HOME)/.geeqie/thumbnails/path/to/image.jpg.png</P> | 52 |
53 <P STYLE="margin-left: 0.79in">When thumbnails are to be stored local | 53 <hr /> |
54 to the source file, the thumbnail will be placed in:</P> | 54 |
55 <P STYLE="margin-left: 1.58in">/path/to/.thumbnails/image.jpg.png</P> | 55 <h1>11.3 Thumbnails</h1> |
56 <P STYLE="margin-left: 0.79in">Local thumbnail caching is enabled | 56 |
57 with the option “Cache thumbnails into .thumbnails” on | 57 <p class="gq-thumbnails-5">Note: This page only refers the Geeqie thumbnail caching mechanism, the shared thumbnail cache mechanism is not explained here.</p> |
58 the <A HREF="10_1_general.html">General</A> tab of the options | 58 |
59 dialog. If it is not possible to store the thumbnail local to the | 59 <p><u>Format</u> |
60 source file (usually due to no write permissions), Geeqie will fall | 60 </p> |
61 back to saving the thumbnail in the user's ($HOME)/.geeqie/thumbnails | 61 |
62 folder.</P> | 62 <p class="gq-thumbnails-6">Thumbnails are stored in PNG image format. The thumbnail name is the name of the source image with “.png” appended.</p> |
63 <P><BR><BR> | 63 |
64 </P> | 64 <p class="gq-thumbnails-6">The modification time (mtime) of the thumbnail is set to match the source file. Thumbnails are regenerated when the timestamps of the thumbnail and source file do not match.</p> |
65 <P><U>Size</U></P> | 65 |
66 <P STYLE="margin-left: 0.79in">Geeqie allows the following sizes for | 66 <p class="gq-thumbnails-6"><br /> |
67 thumbnails:</P> | 67 <br /> |
68 <P STYLE="margin-left: 1.58in">24x24, 32x32, 48x48, 64x64, 96x72, | 68 </p> |
69 96x96, 129x96, 128x128, 160x120, 160x160, 192x144, 192x192, 256x192, | 69 |
70 256x256</P> | 70 <p><u>Location</u> |
71 <P STYLE="margin-left: 0.79in">The thumbnail is scaled to fit within | 71 </p> |
72 the preferred size maintaining the aspect ratio. Thumbnails are not | 72 |
73 cached for images that are equal to or smaller than the preferred | 73 <p class="gq-thumbnails-6">Thumbnails are stored in:</p> |
74 thumbnail size.</P> | 74 |
75 <P STYLE="margin-left: 0.79in">When a cached thumbnail's width and | 75 <p class="gq-thumbnails-7">($HOME)/.geeqie/thumbnails</p> |
76 height do not match the preferred size, the thumbnail is regenerated.</P> | 76 |
77 <P><BR><BR> | 77 <p class="gq-thumbnails-6">The directory structure of the thumbnail cache duplicates the location of the source files, for example a source file with the name:</p> |
78 </P> | 78 |
79 <P><BR><BR> | 79 <p class="gq-thumbnails-7">/path/to/image.jpg</p> |
80 </P> | 80 |
81 <P><BR><BR> | 81 <p class="gq-thumbnails-6">will store the thumbnail in:</p> |
82 </P> | 82 |
83 <HR> | 83 <p class="gq-thumbnails-7">($HOME)/.geeqie/thumbnails/path/to/image.jpg.png</p> |
84 <CENTER> | 84 |
85 <TABLE WIDTH=100% BORDER=0 CELLPADDING=4 CELLSPACING=0> | 85 <p class="gq-thumbnails-6">When thumbnails are to be stored local to the source file, the thumbnail will be placed in:</p> |
86 <COL WIDTH=85*> | 86 |
87 <COL WIDTH=85*> | 87 <p class="gq-thumbnails-7">/path/to/.thumbnails/image.jpg.png</p> |
88 <COL WIDTH=85*> | 88 |
89 <THEAD> | 89 <p class="gq-thumbnails-6">Local thumbnail caching is enabled with the option “Cache thumbnails into .thumbnails” on the <a href="10_1_general.html">General</a> tab of the options dialog. If it is not possible to store the thumbnail local to the source file (usually due to no write permissions), Geeqie will fall back to saving the thumbnail in the user's ($HOME)/.geeqie/thumbnails folder.</p> |
90 <TR VALIGN=TOP> | 90 |
91 <TD WIDTH=33%> | 91 <p><br /> |
92 <P><A HREF="11_2_keyboard_shortcuts.html">Previous</A></P> | 92 <br /> |
93 </TD> | 93 </p> |
94 <TD WIDTH=33%> | 94 |
95 <P ALIGN=CENTER><A HREF="index.html">Contents</A></P> | 95 <p><u>Size</u> |
96 </TD> | 96 </p> |
97 <TD WIDTH=33%> | 97 |
98 <P ALIGN=RIGHT><A HREF="11_4_management.html">Next</A></P> | 98 <p class="gq-thumbnails-6">Geeqie allows the following sizes for thumbnails:</p> |
99 </TD> | 99 |
100 </TR> | 100 <p class="gq-thumbnails-7">24x24, 32x32, 48x48, 64x64, 96x72, 96x96, 129x96, 128x128, 160x120, 160x160, 192x144, 192x192, 256x192, 256x256</p> |
101 </THEAD> | 101 |
102 <TBODY> | 102 <p class="gq-thumbnails-6">The thumbnail is scaled to fit within the preferred size maintaining the aspect ratio. Thumbnails are not cached for images that are equal to or smaller than the preferred thumbnail size.</p> |
103 <TR VALIGN=TOP> | 103 |
104 <TD WIDTH=33%> | 104 <p class="gq-thumbnails-6">When a cached thumbnail's width and height do not match the preferred size, the thumbnail is regenerated.</p> |
105 <P><BR> | 105 |
106 </P> | 106 <p><br /> |
107 </TD> | 107 <br /> |
108 <TD WIDTH=33%> | 108 </p> |
109 <P ALIGN=CENTER><BR> | 109 |
110 </P> | 110 <p><br /> |
111 </TD> | 111 <br /> |
112 <TD WIDTH=33%> | 112 </p> |
113 <P ALIGN=RIGHT>Geeqie User Manual</P> | 113 |
114 </TD> | 114 <p><br /> |
115 </TR> | 115 <br /> |
116 </TBODY> | 116 </p> |
117 </TABLE> | 117 |
118 </CENTER> | 118 <hr /> |
119 <P STYLE="margin-bottom: 0in"><BR> | 119 |
120 </P> | 120 <div class="gq-thumbnails-4"> |
121 </BODY> | 121 <table width="100%" border="0" cellpadding="4" cellspacing="0"> |
122 </HTML> | 122 <col width="85*" /> |
123 <col width="85*" /> | |
124 <col width="85*" /> | |
125 | |
126 <thead> | |
127 <tr valign="top"> | |
128 <td width="33%"> | |
129 <p><a href="11_2_keyboard_shortcuts.html">Previous</a> | |
130 </p> | |
131 </td> | |
132 | |
133 <td width="33%"> | |
134 <p class="gq-thumbnails-1"><a href="index.html">Contents</a> | |
135 </p> | |
136 </td> | |
137 | |
138 <td width="33%"> | |
139 <p class="gq-thumbnails-2"><a href="11_4_management.html">Next</a> | |
140 </p> | |
141 </td> | |
142 </tr> | |
143 </thead> | |
144 | |
145 <tbody> | |
146 <tr valign="top"> | |
147 <td width="33%"> | |
148 <p><br /> | |
149 </p> | |
150 </td> | |
151 | |
152 <td width="33%"> | |
153 <p class="gq-thumbnails-1"><br /> | |
154 </p> | |
155 </td> | |
156 | |
157 <td width="33%"> | |
158 <p class="gq-thumbnails-2">Geeqie User Manual</p> | |
159 </td> | |
160 </tr> | |
161 </tbody> | |
162 </table> | |
163 </div> | |
164 | |
165 <p class="gq-thumbnails-8"><br /> | |
166 </p> | |
167 </body> | |
168 </html> |