php - How to make ImageMagick Imagick class available? -
This is really an amateur question, but I have established my ports on FreeBSD.
However, when I use
$ image = new Imagick ($ filename);
I am getting:
Fatal error: Class 'imagic' is not found in /usr/local/www/test.php on line 1
How can I access this class for a script?
Pickle installed imagery
Comments
Post a Comment