image_get_toolkit
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_get_toolkit()
| 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_get_toolkit | includes/image.inc | Retrieve the name of the currently used toolkit. |
| image_toolkit_invoke | includes/image.inc | Invokes the given method using the currently selected toolkit. |
| system_image_toolkit_settings | modules/system/system.admin.inc | Form builder; Configure site image toolkit usage. See alsosystem_settings_form() |
Functions called by image_get_toolkit()
| Name | Location | Description |
|---|---|---|
| image_gd_check_settings | includes/image.gd.inc | Verify GD2 settings (that the right version is actually installed). |
| image_get_toolkit | includes/image.inc | Retrieve the name of the currently used toolkit. |
| variable_get | includes/bootstrap.inc | Return a persistent variable. |
