Add support for image interlacing of Bitmap type images
authorAndrew H <crazy4sb@gmail.com>
Thu, 14 Jan 2016 02:13:11 +0000 (02:13 +0000)
committerAndrew H <crazy4sb@gmail.com>
Sat, 16 Jan 2016 05:48:27 +0000 (05:48 +0000)
commit695a93dd3353678ae4a9038528a33a1ac03eba38
tree23a2a8f8cfda5016598354b161392103bbd98940
parentdc5fb6e23d9de8d5f0e6824183d5a056905d2a38
Add support for image interlacing of Bitmap type images

Add 'interlace' parameter and $wgMaxInterlacingSizes global.

Bug: T120032
Change-Id: I40dee74060026513f1c2be8c22dfe41a0b4a18df
includes/DefaultSettings.php
includes/media/Bitmap.php
includes/media/TransformationalImageHandler.php
tests/phpunit/includes/media/BitmapScalingTest.php