The behaviour of these functions is affected by settings in php.ini.
| Name | Default | Changeable | 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 |
Here's a short explanation of the configuration directives.
Fixes a drawing bug with locales that use ',' as float separators.
Used to enable the image progress monitor.