Posted by drewish on December 14, 2007 at 1:22pm
This API is meant to be used in place of the API provided by image.inc. You probably do not need to install this module unless another module are you using requires it. It provides no new features to your Drupal site. It only provides an API other modules can leverage. Currently GD2 and ImageMagick support are distributed with ImageAPI.
Note: Requires PHP5!
Differences from Drupal core's image.inc
- Images are objects.
- Images are not written on each image operation and must be explicitly closed when processing is complete.
- Multiple Image ToolKits can be used simultaneously. However, the image toolkit and image is opened with is the only toolkit it can be processed with.
Drupal 7.x
#D7CX: Most of the code from ImageAPI has been moved into Drupal core in 7.x. Under 7.x this module provides an ImageMagick toolkit and extends core's toolkits too add an unsharpen mask action.
Related Modules
Downloads
Recommended releases
Development releases
Project Information
- Maintenance status: Minimally maintained
- Development status: Maintenance fixes only
- Module categories: Media
- Reported installs: 186085 sites currently report using this module. View usage statistics.
- Last modified: October 16, 2011