EVOLUTION-MANAGER
Edit File: 40-imagick.ini
; Enable imagick extension module extension = imagick.so ; Documentation: http://php.net/imagick ; Don't check builtime and runtime versions of ImageMagick imagick.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