Manual:$wgImageMagickConvertCommand
From MediaWiki.org
ImageMagick: $wgImageMagickConvertCommand | |
---|---|
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
Details[edit | edit source]
Set to the command used to invoke ImageMagick.
$wgImageMagickConvertCommand = '/usr/bin/convert';
Under Windows it requires also the extension of the executable.
Example:
$wgImageMagickConvertCommand = 'C:/Program Files/ImageMagick/convert.exe';
See also[edit | edit source]
Language: | English • 日本語 |
---|