
SVG Wikimania 2016 presentation on Dynamic SVG
MEDIAWIKI IMAGES INSTALL
$wgUseImageMagick = false $wgCustomConvertCommand = "gm convert %s -resize %wx%h %d" Image formats GIF įor thumbnailing GIF- Animations under windows, you need to install ImageMagick as described above. Once ImageMagick is installed, you must enable ImageMagick and point MediaWiki to the convert or convert.exe program on your computer in LocalSettings.php like this: In MediaWiki, enable ImageMagick in LocalSettings.php by setting $wgUseImageMagick to true. In recent PHP versions this is not required. It is recommended to use GD on Windows systems.

GD will not require any configuration or modification to be used. Image thumbnailing requires either ImageMagick or GD library – neither are part of the default MediaWiki installation. MediaWiki's image syntax allows dynamic resizing and thumbnailing of images (see Manual:Configuring file uploads for general help on file uploads). See Manual:Configuring file uploads, Manual:Mime type detection and Manual:Adding support for new filetypes Relevant parameters for file handling By default this is given to all logged-in users. The user must be in a group with the "upload" right.To upload files, these conditions have to be met: "Image:" is still retained as an alias for backward compatibility.

Prior to MediaWiki 1.14, the "Image:" namespace was used instead. This applies to images as well as to any other type of file that can be uploaded.Īll files are stored with a corresponding article in the "File:" namespace. This article describes how MediaWiki handles and stores files, and gives some information on configuring.
