Installation/Konfiguration
PHP Manual

Laufzeit-Konfiguration

Das Verhalten dieser Funktionen wird durch Einstellungen in der php.ini beeinflusst.

Imagick configuration options
Name Standard Veränderbar Changelog
imagick.locale_fix FALSE PHP_INI_ALL Available since Imagick 2.1.0
imagick.progress_monitor FALSE PHP_INI_SYSTEM Available since Imagick 2.2.2
Weitere Details und die Definitionen der PHP_INI_*-Konstanten finden Sie im Wo Konfigurationseinstellungen gesetzt werden können.

Hier eine kurze Erklärung der Konfigurationsoptionen:

imagick.locale_fix boolean

Fixes a drawing bug with locales that use ',' as float separators.

imagick.progress_monitor boolean

Used to enable the image progress monitor.


Installation/Konfiguration
PHP Manual