Manual:$wgImageMagickConvertCommand
From MediaWiki.org
| ImageMagick: $wgImageMagickConvertCommand | |
|---|---|
| Set to the command used to invoke ImageMagick. |
|
| Introduced in version: | 1.2.0 |
| Removed in version: | still in use |
| Allowed Values: | Absolute path |
| Default Value: | '/usr/bin/convert' |
Other settings: Alphabetical | By Function
[edit] Details
Set to the command used to invoke ImageMagick.
Under Windows it requires also the name of the executable. (usually convert.exe)
Example:
$wgImageMagickConvertCommand='C:/Programmes/ImageMagick/convert.exe';

