Handbuch:$wgImageMagickConvertCommand

From mediawiki.org
This page is a translated version of the page Manual:$wgImageMagickConvertCommand and the translation is 70% complete.
ImageMagick: $wgImageMagickConvertCommand
Der Befehl, der verwendet wird, um ImageMagick aufzurufen.
Eingeführt in Version:1.2.0
Entfernt in Version:weiterhin vorhanden
Erlaubte Werte:(Absoluter Pfad)
Standardwert:'/usr/bin/convert'

Details

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';

Unter Windows benötigt es ebenfalls die Dateierweiterung der ausführbaren Datei.

Beispiel:

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

Siehe auch