r100776 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100775‎ | r100776 | r100777 >
Date:02:56, 26 October 2011
Author:mah
Status:ok
Tags:
Comment:
some eol w/s
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -679,13 +679,13 @@
680680 $wgAllowTitlesInSVG = false;
681681
682682 /**
683 - * The maximum number of pixels a source image can have if it is to be scaled
684 - * down by a scaler that requires the full source image to be decompressed
685 - * and stored in decompressed form, before the thumbnail is generated.
 683+ * The maximum number of pixels a source image can have if it is to be scaled
 684+ * down by a scaler that requires the full source image to be decompressed
 685+ * and stored in decompressed form, before the thumbnail is generated.
686686 *
687 - * This provides a limit on memory usage for the decompression side of the
688 - * image scaler. The limit is used when scaling PNGs with any of the
689 - * built-in image scalers, such as ImageMagick or GD. It is ignored for
 687+ * This provides a limit on memory usage for the decompression side of the
 688+ * image scaler. The limit is used when scaling PNGs with any of the
 689+ * built-in image scalers, such as ImageMagick or GD. It is ignored for
690690 * JPEGs with ImageMagick, and when using the VipsScaler extension.
691691 *
692692 * The default is 50 MB if decompressed to RGBA form, which corresponds to

Status & tagging log