Remove reference to numbered section.
[geeqie.git] / doc / reference_thumbnails.html
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
5 <html xmlns="http://www.w3.org/1999/xhtml">
6 <head>
7   <meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
8
9   <title>Thumbnails - Geeqie User Manual</title>
10 <style type="text/css">
11 /*<![CDATA[*/
12  p.previous {text-align: left}
13  p.gq-thumbnails-8 {margin-bottom: 0in}
14  p.gq-thumbnails-7 {margin-left: 1.58in}
15  p.gq-thumbnails-6 {margin-left: 0.79in}
16  p.gq-thumbnails-5 {font-style: italic; text-decoration: none}
17  div.gq-thumbnails-4 {text-align: center}
18  table.gq-thumbnails-3 {page-break-before: always}
19  p.gq-thumbnails-2 {text-align: right}
20  p.gq-thumbnails-1 {text-align: center}
21 /*]]>*/
22 </style>
23 </head>
24
25 <body lang="en-US" dir="ltr" xml:lang="en-US">
26   <div class="gq-thumbnails-4">
27     <table width="100%" border="0" cellpadding="4" cellspacing="0" class="gq-thumbnails-3">
28
29       <thead>
30         <tr valign="top">
31           <td width="33%">
32             <p class="previous"><a href="reference_keyboard_shortcuts.html">Previous</a>
33             </p>
34           </td>
35
36           <td width="33%">
37             <p class="gq-thumbnails-1">Thumbnails &ndash; Reference</p>
38           </td>
39
40           <td width="33%">
41             <p class="gq-thumbnails-2"><a href="reference_management.html">Next</a>
42             </p>
43           </td>
44         </tr>
45       </thead>
46     </table>
47   </div>
48
49   <hr />
50
51   <h1>Thumbnails</h1>
52
53   <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>
54
55   <h2>Format</h2>
56
57   <p class="gq-thumbnails-6">Thumbnails are stored in PNG image format. The thumbnail name is the name of the source image with &ldquo;.png&rdquo; appended.</p>
58
59   <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>
60
61   <p class="gq-thumbnails-6"><br />
62   <br />
63   </p>
64
65   <h2>Location</h2>
66
67   <p class="gq-thumbnails-6">Thumbnails are stored in:</p>
68
69   <p class="gq-thumbnails-7">($HOME)/.geeqie/thumbnails</p>
70
71   <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>
72
73   <p class="gq-thumbnails-7">/path/to/image.jpg</p>
74
75   <p class="gq-thumbnails-6">will store the thumbnail in:</p>
76
77   <p class="gq-thumbnails-7">($HOME)/.geeqie/thumbnails/path/to/image.jpg.png</p>
78
79   <p class="gq-thumbnails-6">When thumbnails are to be stored local to the source file, the thumbnail will be placed in:</p>
80
81   <p class="gq-thumbnails-7">/path/to/.thumbnails/image.jpg.png</p>
82
83   <p class="gq-thumbnails-6">Local thumbnail caching is enabled with the option &ldquo;Cache thumbnails into .thumbnails&rdquo; on the <a href="options_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>
84
85   <p><br />
86   <br />
87   </p>
88
89   <h2>Size</h2>
90
91   <p class="gq-thumbnails-6">Geeqie allows the following sizes for thumbnails:</p>
92
93   <p class="gq-thumbnails-7">24x24, 32x32, 48x48, 64x64, 96x72, 96x96, 129x96, 128x128, 160x120, 160x160, 192x144, 192x192, 256x192, 256x256</p>
94
95   <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>
96
97   <p class="gq-thumbnails-6">When a cached thumbnail's width and height do not match the preferred size, the thumbnail is regenerated.</p>
98
99   <p><br />
100   <br />
101   </p>
102
103   <p><br />
104   <br />
105   </p>
106
107   <p><br />
108   <br />
109   </p>
110
111   <hr />
112
113   <div class="gq-thumbnails-4">
114     <table width="100%" border="0" cellpadding="4" cellspacing="0">
115
116       <thead>
117         <tr valign="top">
118           <td width="33%">
119             <p class="previous"><a href="reference_keyboard_shortcuts.html">Previous</a>
120             </p>
121           </td>
122
123           <td width="33%">
124             <p class="gq-thumbnails-1"><a href="index.html">Contents</a>
125             </p>
126           </td>
127
128           <td width="33%">
129             <p class="gq-thumbnails-2"><a href="reference_management.html">Next</a>
130             </p>
131           </td>
132         </tr>
133       </thead>
134
135       <tbody>
136         <tr valign="top">
137           <td width="33%">
138             <p><br />
139             </p>
140           </td>
141
142           <td width="33%">
143             <p class="gq-thumbnails-1"><br />
144             </p>
145           </td>
146
147           <td width="33%">
148             <p class="gq-thumbnails-2">Geeqie User Manual</p>
149           </td>
150         </tr>
151       </tbody>
152     </table>
153   </div>
154
155   <p class="gq-thumbnails-8"><br />
156   </p>
157 </body>
158 </html>