Nhờ mấy bạn coi lại dùm trong phpinfo() có ghi rõ
imagick
ImageMagick support enabled
Magick Backend ImageMagick
ImageMagick version 5.5.7
PHP imagick version 0.9.13
MaxRGB 65535
Supported image formats IMPLICIT
nhưng khi chạy thử đoạn
Code:
$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;
thì gặp lỗi Fatal error: Class 'Imagick' not found in D:\XAMPP\htdocs\test.php on line 23
Phải làm sao đây