I have successfully installed imagick application in windows. I am using wamp server and added extension php_imagick.dll in php.ini and file to folder name php/ext and restart the apache. But still the error of class imagick not found is shown in my code below:
$imagick = new Imagick();
$imagick->readImage('mytest.pdf');
$imagick->writeImage('output.jpg');
can anyone help me out? I will be very grateful.