Namesort descending Location Description
image_filter_keyword core/modules/image/image.module Accept a keyword (center, top, left, etc) and return it as a pixel offset.
image_form_system_file_system_settings_alter core/modules/image/image.module Implements hook_form_FORM_ID_alter().
image_gd_check_settings core/modules/system/image.gd.inc Verify GD2 settings (that the right version is actually installed).
image_gd_create_tmp core/modules/system/image.gd.inc Create a truecolor image preserving transparency from a provided image.
image_gd_crop core/modules/system/image.gd.inc Crop an image using the GD toolkit.
image_gd_desaturate core/modules/system/image.gd.inc Convert an image resource to grayscale.
image_gd_get_info core/modules/system/image.gd.inc Get details about an image.
image_gd_load core/modules/system/image.gd.inc GD helper function to create an image resource from a file.
image_gd_resize core/modules/system/image.gd.inc Scale an image to the specified size using GD.
image_gd_rotate core/modules/system/image.gd.inc Rotate an image the given number of degrees.
image_gd_save core/modules/system/image.gd.inc GD helper to write an image resource to a destination file.
image_gd_settings core/modules/system/image.gd.inc Retrieve settings for the GD2 toolkit.
image_gd_supported_extensions core/modules/system/image.gd.inc Retrieve supported extensions for the GD2 toolkit.
image_get_available_toolkits core/includes/image.inc Gets a list of available toolkits.
image_get_info core/includes/image.inc Gets details about an image.
image_get_supported_extensions core/includes/image.inc Gets supported image extensions.
image_get_svg_dimensions core/includes/image.inc Get an SVG image's defined dimensions.
image_get_toolkit core/includes/image.inc Gets the name of the currently used toolkit.
image_hex2rgba core/includes/image.inc Converts a hex string to RGBA (red, green, blue, alpha) integer values and tidies up the input hex color string.
image_image_effect_info core/modules/image/image.effects.inc Implements hook_image_effect_info().
image_image_style_delete core/modules/image/image.module Implements hook_image_style_delete().
image_image_style_save core/modules/image/image.module Implements hook_image_style_save().
image_install core/modules/image/image.install Implements hook_install().
image_is_svg core/includes/image.inc Determine if a file URI is an SVG image based on its file extension.
image_load core/includes/image.inc Loads an image file and returns an image object.
image_menu core/modules/image/image.module Implements hook_menu().
image_module_test_file_download core/modules/image/tests/image_module_test/image_module_test.module
image_module_test_image_effect_info core/modules/image/tests/image_module_test/image_module_test.module Implements hook_image_effect_info().
image_module_test_image_effect_info_alter core/modules/image/tests/image_module_test/image_module_test.module Implements hook_image_effect_info_alter().
image_module_test_null_effect core/modules/image/tests/image_module_test/image_module_test.module Image effect callback; Null.
image_module_test_wait_effect core/modules/image/tests/image_module_test/image_module_test.module Image effect callback; Waits 2 seconds and performs no action.
image_path_flush core/modules/image/image.module Clear cached versions of a specific file in all styles.
image_permission core/modules/image/image.module Implements hook_permission().
image_preprocess_image_style core/modules/image/image.module Preprocess function for theme_image_style().
image_requirements core/modules/image/image.install Implements hook_requirements() to check the PHP GD Library.
image_resize core/includes/image.inc Resizes an image to the given dimensions (ignoring aspect ratio).
image_resize_dimensions core/modules/image/image.effects.inc Image dimensions callback; Resize.
image_resize_effect core/modules/image/image.effects.inc Image effect callback; Resize an image resource.
image_resize_form core/modules/image/image.admin.inc Form structure for the image resize form.
image_rotate core/includes/image.inc Rotates an image by the given number of degrees.
image_rotate_dimensions core/modules/image/image.effects.inc Image dimensions callback; Rotate.
image_rotate_effect core/modules/image/image.effects.inc Image effect callback; Rotate an image resource.
image_rotate_form core/modules/image/image.admin.inc Form structure for the image rotate form.
image_save core/includes/image.inc Closes the image and saves the changes to a file.
image_scale core/includes/image.inc Scales an image while maintaining aspect ratio.
image_scale_and_crop core/includes/image.inc Scales an image to the exact width and height given.
image_scale_and_crop_effect core/modules/image/image.effects.inc Image effect callback; Scale and crop an image resource.
image_scale_dimensions core/modules/image/image.effects.inc Image dimensions callback; Scale.
image_scale_effect core/modules/image/image.effects.inc Image effect callback; Scale an image resource.
image_scale_form core/modules/image/image.admin.inc Form structure for the image scale form.

Pages