image.inc
Version
1.17.2.1 (checked in on 2007/12/27 at 08:31:24 by drumm)
Functions
| Name | Description |
|---|---|
| image_crop | Crop an image to the rectangle specified by the given rectangle. |
| 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_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_get_available_toolkits | Return a list of available toolkits. |
| image_get_info | Get details about an image. |
| image_get_toolkit | Retrieve the name of the currently used toolkit. |
| image_resize | Resize an image to the given dimensions (ignoring aspect ratio). |
| image_rotate | Rotate an image by the given number of degrees. |
| image_scale | Scales an image to the given width and height while maintaining aspect ratio. |
| image_toolkit_invoke | Invokes the given method using the currently selected toolkit. |
