image.inc
Version 1.38 (checked in on 2009/09/01 at 17:49:10 by webchick)
API for manipulating images.
Functions
| Name | Description |
|---|---|
| image_crop | Crop an image to the rectangle specified by the given rectangle. |
| image_desaturate | Convert an image to grayscale. |
| 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_load | Load an image file and return an image object. |
| image_resize | Resize an image to the given dimensions (ignoring aspect ratio). |
| image_rotate | Rotate an image by the given number of degrees. |
| image_save | Close the image and save the changes to a file. |
| image_scale | Scales an image to the given width and height while maintaining aspect ratio. |
| image_scale_and_crop | Scales an image to the exact width and height given. |
| image_toolkit_invoke | Invokes the given method using the currently selected toolkit. |
