From: Mark A. Hershberger Date: Wed, 26 Oct 2011 02:56:27 +0000 (+0000) Subject: some eol w/s X-Git-Tag: 1.31.0-rc.0~26912 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=55d450288cbe3035ef033d91dfd32ac89e4304cf;p=lhc%2Fweb%2Fwiklou.git some eol w/s --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 7abf9f3829..1491f3b61f 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -679,13 +679,13 @@ $wgSVGMetadataCutoff = 262144; $wgAllowTitlesInSVG = false; /** - * The maximum number of pixels a source image can have if it is to be scaled - * down by a scaler that requires the full source image to be decompressed - * and stored in decompressed form, before the thumbnail is generated. + * The maximum number of pixels a source image can have if it is to be scaled + * down by a scaler that requires the full source image to be decompressed + * and stored in decompressed form, before the thumbnail is generated. * - * This provides a limit on memory usage for the decompression side of the - * image scaler. The limit is used when scaling PNGs with any of the - * built-in image scalers, such as ImageMagick or GD. It is ignored for + * This provides a limit on memory usage for the decompression side of the + * image scaler. The limit is used when scaling PNGs with any of the + * built-in image scalers, such as ImageMagick or GD. It is ignored for * JPEGs with ImageMagick, and when using the VipsScaler extension. * * The default is 50 MB if decompressed to RGBA form, which corresponds to