Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
1.8.2.3 (checked in on 2008/05/29 at 16:33:32 by dopry)
GD2 toolkit functions
| Name | Description |
|---|---|
| imageapi_gd_imageapi_toolkit | Implementation 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_form | Settings form for the toolkit. |
| _gd_close | GD helper to write an image resource to a destination file. |
| _gd_create_tmp | create a true color image preserving transparency from a provided image. @todo: add bgcolor setting to add a default background color. |
| _gd_open | GD helper function to create an image resource from a file. |