Siapkan Imagick

// !--PLEASE UP VOTE FOR this here on grepper if it solves your issue
// NOTE: DONT FOR GET TO MODIFY BASED ON YOUR PHP VERSION
STEP 1 ///DownLOad  the EXE from https://pecl.php.net/package/imagick/3.7.0/windows for your version.
STEP 2 // copy php_imagick.dll to your wamp64\bin\php\php7.4.9
STEP 3 // copy all files with-> IM_MOD_RL and CORE_RL_ to your wamp64\bin\php\php7.4.9 directory
STEP 4 // modify your php.config in wamp64\bin\php\php7.4.9 line 958 and add code 
		;extension=zend_test
		extension=imagick
STEP 5 //Open Apache C:\wamp64\bin\apache\apache2.4.46\bin and open php.ini
STEP 6 //line 950 then add
		extension=imagick
STEP 7 //restart your WAMP SERVER
STEP 8 //Enjoy !!!
Distinct Dunlin