image_gd_crop
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_gd_crop()
| Name | Location | Description |
|---|---|---|
| image_gd_crop | includes/image.gd.inc | Crop an image using the GD toolkit. |
Functions called by image_gd_crop()
| Name | Location | Description |
|---|---|---|
| image_gd_close | includes/image.gd.inc | GD helper to write an image resource to a destination file. |
| image_gd_crop | includes/image.gd.inc | Crop an image using the GD toolkit. |
| image_gd_open | includes/image.gd.inc | GD helper function to create an image resource from a file. |
| image_get_info | includes/image.inc | Get details about an image. |
