Rev 200 | Blame | Compare with Previous | Last modification | View Log | RSS feed
; Enable imagick extension moduleextension = imagick.so; Documentation: http://php.net/imagick; Don't check builtime and runtime versions of ImageMagickimagick.skip_version_check=1; Fixes a drawing bug with locales that use ',' as float separators.;imagick.locale_fix=0; Used to enable the image progress monitor.;imagick.progress_monitor=0; multi-thread management;imagick.set_single_thread => 1 => 1;imagick.shutdown_sleep_count => 10 => 10; to allow null images;imagick.allow_zero_dimension_images => 0 => 0