Linode VPS Hosting, Starting at $19.95/month!

Get 2GB of Free Space from Dropbox

You are here

ImageAPI

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

Available Releases: 
6.x
7.x
License: 
Created: 
Sunday, April 11, 2010 - 20:54