Manual:$wgMaxInterlacingAreas
Appearance
ImageMagick: $wgMaxInterlacingAreas | |
---|---|
Array of max pixel areas for interlacing per MIME type. |
|
導入されたバージョン: | 1.27.4 (Gerrit change 264048; git #695a93dd) |
除去されたバージョン: | 使用中 |
許容される値: | (配列) |
既定値: | [] |
その他の設定: アルファベット順 | 機能順 |
説明
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.