Subversion Repositories configs

Rev

Rev 200 | Details | Compare with Previous | 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
200 - 14
 
15
; multi-thread management
16
;imagick.set_single_thread => 1 => 1
17
;imagick.shutdown_sleep_count => 10 => 10
203 - 18
 
19
; to allow null images
20
;imagick.allow_zero_dimension_images => 0 => 0