Files
Piwigo/language/zh_CN/help/thumbnail.html
ddtddt e81c624a06 [trunk] - zh_CN add help Thanks to Ralph.Bai
git-svn-id: http://piwigo.org/svn/trunk@8318 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-27 18:05:19 +00:00

25 lines
1.0 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<h2>创建缩略</h2>
<p>可以在此页面创建丢失的缩略图。若相册使用的是共享主机,我们不建议您使用此功能。</p>
<dl>
<dt>GD版本</dt>
<dd>GD是针对PHP的图像管控库。选择要植入服务器的版本。如出现错误提示选择了错误的版本请在同一个浏览器中选择返回上一页然后选择另外的版本。弱无匹配版本则说明您的服务器不支持GD。</dd>
<dt>宽与高</dt>
<dd>最大缩略图尺寸。原始图像宽、高比已被保留。默认值可通过配置设置调整。<code>tn_width</code> et
<code>tn_height</code>(见 <span class="filename">include/config_default.inc.php</span>文件)</dd>
<dt>创建缩略图序号</dt>
<dd>请不要一次压缩过多的图片。压缩过程会占用大量的CPU。若您的Piwigo相册使用的是一个免费的主机过高的CPU负荷可能会导致您的网站被退出。</dd>
<dt>文件格式</dt>
<dd>缩略图均以JPEG格式创建。仅可被创建为PNG和JPEG图像。</dd>
</dl>