image_get_toolkit

Related topics

Namesort iconDescription
Image toolkitsDrupal'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()

Namesort iconLocationDescription
file_validate_image_resolutionincludes/file.incIf 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_toolkitincludes/image.incRetrieve the name of the currently used toolkit.
image_toolkit_invokeincludes/image.incInvokes the given method using the currently selected toolkit.
system_image_toolkit_settingsmodules/system/system.admin.incForm builder; Configure site image toolkit usage. See alsosystem_settings_form()

Functions called by image_get_toolkit()

Namesort iconLocationDescription
image_gd_check_settingsincludes/image.gd.incVerify GD2 settings (that the right version is actually installed).
image_get_toolkitincludes/image.incRetrieve the name of the currently used toolkit.
variable_getincludes/bootstrap.incReturn a persistent variable.
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.