jd2007 Posted October 9, 2007 Share Posted October 9, 2007 code below doesn't work: $image = new Imagick('image.jpg'); // If 0 is provided as a width or height parameter, // aspect ratio is maintained $image->thumbnailImage(100, 0); echo $image; but i get this: Fatal error: Class 'Imagick' not found in C:\AppServ\www\airfrance.php on line 3 why ? Link to comment https://forums.phpfreaks.com/topic/72424-i-downloaded-php_imagickdll-into-the-cappservphp5ext-but/ Share on other sites More sharing options...
zq29 Posted October 9, 2007 Share Posted October 9, 2007 Have you installed ImageMagick as well? Link to comment https://forums.phpfreaks.com/topic/72424-i-downloaded-php_imagickdll-into-the-cappservphp5ext-but/#findComment-365540 Share on other sites More sharing options...
jd2007 Posted October 10, 2007 Author Share Posted October 10, 2007 yes, its in C:\AppServ\php5\ext Link to comment https://forums.phpfreaks.com/topic/72424-i-downloaded-php_imagickdll-into-the-cappservphp5ext-but/#findComment-365921 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.