ImageMagick or GD?

ImageMagick or GD?

Wednesday 16 July 2003 4:52:57 pm - 1 reply

Author Message

Jan Borsodi

Friday 18 July 2003 5:10:54 am

From what I can remember GD is installed with PHP 4.3.2.
As for functionality GD is much simpler than ImageMagick. ImageMagick supports loads of image formats and can do lots of filters and effects on the images. If you want to the same with GD you would have to program it in PHP.

All image conversion are configured by the settings/image.ini file.
You should take a look at the Rule group and change any occurence of 'convert' to 'gd'.
You might also want to turn on HasGD2 in GDSettings if you have the newest GD version (which I believe is shipped with PHP 4.3.x).

--
Amos

Documentation: http://ez.no/ez_publish/documentation
FAQ: http://ez.no/ez_publish/documentation/faq

You must be logged in to post messages in this topic!

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.