Manual:$wgMaxInterlacingAreas

This page is a translated version of the page Manual:$wgMaxInterlacingAreas and the translation is 25% complete.
ImageMagick: $wgMaxInterlacingAreas
Array of max pixel areas for interlacing per MIME type.
Sürümde tanıtıldı:1.27.4 (Gerrit change 264048; git #695a93dd)
Sürümde kaldırıldı:hala kullanımda
İzin verilen değerler:(dizi)
Varsayılan değer:[]

Description

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.