I'm trying to use Imagick to resize pictures, but I have a problem using it... I did a lot of search, but nothing solving my problem.
So, when I try to open a picture, I just get this error message:
NoDecodeDelegateForThisImageFormat `C:\wamp\www\antiK\app\webroot/img/galery/17.png' @ error/constitute.c/ReadImage/555
The line I typed for the test is:
$image = new Imagick(APP.'webroot/img/galery/17.png');
I would like to know, with your help, where is my problem...
Thank you very much.