source: trunk/language/en_UK/help/thumbnail.html @ 12286

Last change on this file since 12286 was 12286, checked in by ddtddt, 13 years ago

[trunk] - language - update en_UK - English - Thanks to mixedbredie - step 3 - feature:2320

  • Property svn:eol-style set to LF
File size: 1.3 KB
Line 
1<h2>Thumbnails Creation</h2>
2
3<p>This page let you create missing thumbnails.  It is advised not to use this functionality if your gallery is hosted on a shared server.  To regenerate thumbnails use the Batch Manager.</p>
4
5<dl>
6
7  <dt>GD version</dt>
8
9  <dd>GD is the image manipulation library for PHP. Choose the version installed on your server. You will be warned by an error message should you choose the wrong one; just come back to the previous page with your browser and choose another version. If no version works, then your server does not support GD.  PHP will need to be compiled with GD image library functions for this to work.</dd>
10
11  <dt>Width and height</dt>
12
13  <dd>Maximum thumbnail dimensions. Original aspect ratio is preserved. Default values can be modified using configuration settings <code>tn_width</code> and <code>tn_height</code> (see <span class="filename">include/config_default.inc.php</span> file).</dd>
14
15  <dt>Number of thumbnails to create</dt>
16
17  <dd>Do not try to process too many photos at once. The thumbnail creation process does use a lot of CPU. If your Piwigo gallery is hosted by a free provider, too high a load on the CPU might lead to the withdrawal of your website.</dd>
18
19  <dt>File format</dt>
20
21  <dd>Thumbnails are created in JPEG file format. They can be created from PNG and JPEG photos only.</dd>
22
23</dl>
Note: See TracBrowser for help on using the repository browser.