More precise description of the pan view find feature and a note about ressources...
[geeqie.git] / doc / reference_thumbnails.html
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.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   <link rel="stylesheet" type="text/css" href="style.css" />
11 </head>
12
13 <body lang="en-US" dir="ltr" xml:lang="en-US">
14   <div class="navtop">
15     <table width="100%" border="0" cellpadding="4" cellspacing="0">
16       <col id="navtop_col1" width="33%"></col>
17       <col id="navtop_col2" width="33%"></col>
18       <col id="navtop_col3" width="33%"></col>
19
20         <tr>
21           <th>
22             <p class="previous"><a href="reference_keyboard_shortcuts.html">Previous</a>
23             </p>
24           </th>
25
26           <th>
27             <p class="navtop_title">Thumbnails &ndash; Reference</p>
28           </th>
29
30           <th>
31             <p class="next"><a href="reference_management.html">Next</a>
32             </p>
33           </th>
34         </tr>
35     </table>
36   </div>
37
38   <hr />
39
40   <h1>Thumbnails</h1>
41
42   <p>Note: This page only refers the Geeqie thumbnail caching mechanism, the shared thumbnail cache mechanism is not explained here.</p>
43
44   <h2>Format</h2>
45
46   <p>Thumbnails are stored in PNG image format. The thumbnail name is the name of the source image with &ldquo;.png&rdquo; appended.</p>
47
48   <p>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>
49
50   <h2>Location</h2>
51
52   <p>Thumbnails are stored in:</p>
53
54   <p><code>($HOME)/.geeqie/thumbnails</code></p>
55
56   <p>The directory structure of the thumbnail cache duplicates the location of the source files, for example a source file with the name:</p>
57
58   <p><code>/path/to/image.jpg</code></p>
59
60   <p>will store the thumbnail in:</p>
61
62   <p><code>($HOME)/.geeqie/thumbnails/path/to/image.jpg.png</code></p>
63
64   <p>When thumbnails are to be stored local to the source file, the thumbnail will be placed in:</p>
65
66   <p><code>/path/to/.thumbnails/image.jpg.png</code></p>
67
68   <p>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>
69
70   <h2>Size</h2>
71
72   <p>Geeqie allows the following sizes for thumbnails:</p>
73
74   <p>24x24, 32x32, 48x48, 64x64, 96x72, 96x96, 129x96, 128x128, 160x120, 160x160, 192x144, 192x192, 256x192, 256x256</p>
75
76   <p>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>
77
78   <p>When a cached thumbnail's width and height do not match the preferred size, the thumbnail is regenerated.</p>
79
80   <hr id="bottomseparator" />
81
82   <div class="navbottom">
83     <table width="100%" border="0" cellpadding="4" cellspacing="0">
84       <col id="navbottom_col1" width="33%"></col>
85       <col id="navbottom_col2" width="33%"></col>
86       <col id="navbottom_col3" width="33%"></col>
87
88         <tr>
89           <th>
90             <p class="previous"><a href="reference_keyboard_shortcuts.html">Previous</a>
91             </p>
92           </th>
93
94           <th>
95             <p class="navbottom_title"><a href="index.html">Contents</a>
96             </p>
97           </th>
98
99           <th>
100             <p class="next"><a href="reference_management.html">Next</a>
101             </p>
102           </th>
103         </tr>
104
105     </table>
106   </div>
107
108   <div class="footer">Geeqie User Manual</div>
109   <div class="bottomspacer">&nbsp;</div>
110 </body>
111 </html>