Rev 200 |
Go to most recent revision |
Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
192 |
- |
1 |
; Enable imagick extension module
|
|
|
2 |
extension = imagick.so
|
|
|
3 |
|
|
|
4 |
; Documentation: http://php.net/imagick
|
|
|
5 |
|
|
|
6 |
; Don't check builtime and runtime versions of ImageMagick
|
|
|
7 |
imagick.skip_version_check=1
|
|
|
8 |
|
|
|
9 |
; Fixes a drawing bug with locales that use ',' as float separators.
|
|
|
10 |
;imagick.locale_fix=0
|
|
|
11 |
|
|
|
12 |
; Used to enable the image progress monitor.
|
|
|
13 |
;imagick.progress_monitor=0
|