image_scale

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

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_scaleincludes/image.incScales an image to the given width and height while maintaining aspect ratio.

Functions called by image_scale()

Namesort iconLocationDescription
image_get_infoincludes/image.incGet details about an image.
image_scaleincludes/image.incScales an image to the given width and height while maintaining aspect ratio.
image_toolkit_invokeincludes/image.incInvokes the given method using the currently selected toolkit.
 
 

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.