ImageAPI

drewish - December 14, 2007 - 13:22

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

Releases

Official releasesDateSizeLinksStatus
6.x-1.62009-Apr-1723.21 KBRecommended for 6.xThis is currently the recommended release for 6.x.
5.x-1.52009-Apr-1719.69 KBRecommended for 5.xThis is currently the recommended release for 5.x.
Development snapshotsDateSizeLinksStatus
7.x-1.x-dev2009-May-3019.24 KBDevelopment snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.
6.x-1.x-dev2009-May-3023.39 KBDevelopment snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.
5.x-1.x-dev2009-May-3019.77 KBDevelopment snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.


 
 

Drupal is a registered trademark of Dries Buytaert.