This is a really amateur question but I've installed ImageMagick from the ports on my FreeBSD.
However when I use
$image = new Imagick($filename);
I get:
Fatal error: Class 'Imagick' not found in /usr/local/www/test.php on line 1
How do I make this class accessible to the scripts?