Manual:$wgImageMagickConvertCommand/pl

Category:MediaWiki configuration settings/pl#ImageMagickConvertCommandCategory:MediaWiki configuration settings introduced in version 1.2.0/pl#ImageMagickConvertCommandCategory:MediaWiki configuration settings still in use/pl#ImageMagickConvertCommandCategory:ImageMagick variables/pl#ImageMagickConvertCommand
ImageMagick: $wgImageMagickConvertCommand
The command used to invoke ImageMagick.
Wprowadzono w wersji:1.2.0
Usunięto w wersji:nadal w użyciu
Dozwolone wartości:(Ścieżka bezwzględna)
Domyślna wartość:'/usr/bin/convert'

Szczegóły

Set to the command used to invoke ImageMagick.

In order to find the path(s); in which convert is available, the following command can be used on the command line:

which -a convert

One of the returned paths should then be used for $wgImageMagickConvertCommand, e.g.:

$wgImageMagickConvertCommand = '/usr/local/bin/convert';

Under Windows it requires also the extension of the executable.

Przykład:

$wgImageMagickConvertCommand = 'C:/Program Files/ImageMagick/convert.exe';

Zobacz też

Category:ImageMagick variables/pl Category:MediaWiki configuration settings/pl Category:MediaWiki configuration settings introduced in version 1.2.0/pl Category:MediaWiki configuration settings still in use/pl