image_toolkit_invoke

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_toolkit_invoke()

Namesort iconLocationDescription
image_cropincludes/image.incCrop an image to the rectangle specified by the given rectangle.
image_resizeincludes/image.incResize an image to the given dimensions (ignoring aspect ratio).
image_rotateincludes/image.incRotate an image by the given number of degrees.
image_scaleincludes/image.incScales an image to the given width and height while maintaining aspect ratio.
image_scale_and_cropincludes/image.incScales an image to the exact width and height given. Achieves the target aspect ratio by cropping the original image equally on both sides, or equally on the top and bottom. This function is, for example, useful to create uniform sized avatars from...
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_toolkit_invoke()

Namesort iconLocationDescription
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.
watchdogincludes/bootstrap.incLog a system message.
 
 

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.