blob: fb4904641c789684db60ccf4b0613558b1b382c1 (
plain)
1
2
3
4
5
6
7
8
|
; Enable imagick extension module
; extension=imagick.so
; Fixes a drawing bug with locales that use ',' as float separators.
; imagick.locale_fix = Off
; Used to enable the image progress monitor.
; imagick.progress_monitor = Off
|