Manual:$wgUseImageResize

From MediaWiki.org

Jump to: navigation, search
This feature has been deprecated and should not be used with current versions of MediaWiki.

This feature was deprecated (or possibly removed completely) in version 1.10.0.

Images: $wgUseImageResize
Set to true if you want to enable dynamic server side image resizing ("Thumbnails")
Introduced in version: 1.2.0
Removed in version: 1.10.0
Allowed Values: (boolean)
Default Value: true
false prior to 1.10.0

Other settings: Alphabetical | By Function


[edit] Details

For older versions of Mediawiki (prior to 1.10.0) set $wgUseImageResize to true if you want to enable dynamic server-side image resizing ("Thumbnails"). In newer versions you don't need to do this.

This parameter requires a functioning version of PHP's GD library or ImageMagick to take effect. It has effect if no image processing tool is configured. Enabling resizing may generate error messages on pages with thumbnails if these components are improperly configured.

If you use ImageMagick, set $wgUseImageMagick to true in LocalSettings.php. Make sure the $wgImageMagickConvertCommand variable points to the (absolute) location of the convert command of your installation and that the command is executable by the web server process.


[edit] See also

Personal tools