0
<?php
$images = new Imagick(glob('dog.JPG'));
foreach($images as $image) {
$image->thumbnailImage(1024,0);
}
$images->writeImages();
Returned the following error
Fatal error: Class 'Imagick' not found in /Applications/XAMPP/xamppfiles/htdocs/tm/index.php.
How do I solve?
Have you read the official documentation?
– Woss
on which board I put the version . Can’t download (The requested URL was not found on this server.)
– Manuel Jose
the link to download is not available anyone has solution
– Manuel Jose