Ciao a tutti,

utilizzo wamp con PHP 5.4.3

quando cerco di utilizzare la classe Imagick mi da il seguente errore:
Codice PHP:
$imagick = new Imagick(); 
codice:
Fatal error: Class 'Imagick' not found in C:\wamp\www\Contr........
Se, mediante netbeans, che utilizzo per programmare, clicco sul nome della classe in questione premendo il bottone Control, mi si apre il file della suddetta classe.

Codice PHP:
<?php
// Start of imagick v.3.1.2
class ImagickException extends Exception  {    protected $message;    protected $code;    protected $file;    protected $line;

    
/**     * (PHP 5 &gt;= 5.1.0)<br/>     * Clone the exception     * @link http://php.net/manual/en/exception.clone.php     * @return void No value is returned.     */    final private function __clone () {}
..
..
Come posso risolvere il problema?

Grazie,
Roberto