Manual:$wgMaxInterlacingAreas/zh

From mediawiki.org
This page is a translated version of the page Manual:$wgMaxInterlacingAreas and the translation is 12% complete.
ImageMagick: $wgMaxInterlacingAreas
Array of max pixel areas for interlacing per MIME type.
引进版本:1.27.4 (Gerrit change 264048; git #695a93dd)
移除版本:仍在使用
允许的值:(array)
默认值:[]

描述

Used to enable interlacing for a given MIME type, up to a given pixel limit (interlacing is relatively expensive).

For basic information on what interlacing is, see http://pooyak.com/p/progjpeg/.

Currently supported MIME types in core: image/jpeg, image/png, image/gif. Interlacing will be done via ImageMagick, or for jpeg/png via VIPS if Extension:VipsScaler is enabled.