Contributions API

Calling all Drupal developers!

Help us get this on the first page of Digg. DIGG NOW!

Modules in 5

imageapi_gd.module

Version

1.8.2.3 (checked in on 2008/05/29 at 16:33:32 by dopry)

Description

GD2 toolkit functions

Functions

Namesort iconDescription
imageapi_gd_imageapi_toolkitImplementation of hook_imageapi_toolkit().
imageapi_gd_image_close
imageapi_gd_image_crop
imageapi_gd_image_desaturate
imageapi_gd_image_open
imageapi_gd_image_resize
imageapi_gd_image_rotate
imageapi_gd_settings_formSettings form for the toolkit.
_gd_closeGD helper to write an image resource to a destination file.
_gd_create_tmpcreate a true color image preserving transparency from a provided image. @todo: add bgcolor setting to add a default background color.
_gd_openGD helper function to create an image resource from a file.