Manual:$wgMaxInterlacingAreas/zh
Appearance
| 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.