image_scale
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_scale()
| Name | Location | Description |
|---|---|---|
| file_validate_image_resolution | includes/file.inc | If the file is an image verify that its dimensions are within the specified maximum and minimum dimensions. Non-image files will be ignored. |
| image_scale | includes/image.inc | Scales an image to the given width and height while maintaining aspect ratio. |
Functions called by image_scale()
| Name | Location | Description |
|---|---|---|
| image_get_info | includes/image.inc | Get details about an image. |
| image_scale | includes/image.inc | Scales an image to the given width and height while maintaining aspect ratio. |
| image_toolkit_invoke | includes/image.inc | Invokes the given method using the currently selected toolkit. |
