Page 1 of 1
PHP Imagick module
Posted: Sat 07 Jul 2018 10:47
by David Gibson
I want to process a load of image files on britiac3 to produce thumbnails. Imagick seems a good way to do this, unless anyone has any better suggestions. But trying this from within PHP results in
Fatal error: Class 'Imagick' not found. So... is there anything I can do to install this module, or is this a request best made to Web Services?
Re: PHP Imagick module
Posted: Sat 07 Jul 2018 13:33
by David Cooke
I'll have to install that for you.
Have you considered GD Graphics which is already install?
Re: PHP Imagick module
Posted: Sun 08 Jul 2018 12:54
by David Gibson
David Cooke wrote:I'll have to install that for you.
Have you considered GD Graphics which is already install?
That thought occurred to me in the middle of the night. I tested it just now and ... yes... it works. So no need for Imagick.
Re: PHP Imagick module
Posted: Sun 08 Jul 2018 13:32
by David Cooke