image.gd.inc
Version 1.4 (checked in on 2008/01/15 at 10:17:42 by goba)
GD2 toolkit for image manipulation within Drupal.
Functions
| Name | Description |
|---|---|
| image_gd_check_settings | Verify GD2 settings (that the right version is actually installed). |
| image_gd_close | GD helper to write an image resource to a destination file. |
| image_gd_crop | Crop an image using the GD toolkit. |
| image_gd_info | Retrieve information about the toolkit. |
| image_gd_open | GD helper function to create an image resource from a file. |
| image_gd_resize | Scale an image to the specified size using GD. |
| image_gd_rotate | Rotate an image the given number of degrees. |
| image_gd_settings | Retrieve settings for the GD2 toolkit. |
| image_gd_settings_validate | Validate the submitted GD settings. |
