How to add Class Imagick (php)?

Asked

Viewed 48 times

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?

  • on which board I put the version . Can’t download (The requested URL was not found on this server.)

  • the link to download is not available anyone has solution

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.