image_rotate
Related topics
| Name | Description |
|---|---|
| Image toolkits | Drupal's image toolkits provide an abstraction layer for common image file manipulations like scaling, cropping, and rotating. The abstraction frees module authors from the need to support multiple image libraries, and it allows site... |
Functions that call image_rotate()
| Name | Location | Description |
|---|---|---|
| image_rotate | includes/image.inc | Rotate an image by the given number of degrees. |
Functions called by image_rotate()
| Name | Location | Description |
|---|---|---|
| image_rotate | includes/image.inc | Rotate an image by the given number of degrees. |
| image_toolkit_invoke | includes/image.inc | Invokes the given method using the currently selected toolkit. |
