Jump to content

I downloaded php_imagick.dll into the C:\AppServ\php5\ext but...?


jd2007

Recommended Posts

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 ?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.