Functions

Primary tabs

Namesort descending Location Description Direct uses Strings
image_file_predelete drupal/core/modules/image/image.module Implements hook_file_predelete().
image_filter_keyword drupal/core/modules/image/image.module Accepts a keyword (center, top, left, etc) and returns it as a pixel offset. 1
image_form_system_file_system_settings_alter drupal/core/modules/image/image.module Implements hook_form_FORM_ID_alter().
image_get_info drupal/core/includes/image.inc Gets details about an image. 16
image_help drupal/core/modules/image/image.module Implements hook_help().
image_image_effect_info drupal/core/modules/image/image.effects.inc Implements hook_image_effect_info().
image_install drupal/core/modules/image/image.install Implements hook_install().
image_load drupal/core/includes/image.inc Loads an image file and returns an image object. 5
image_menu drupal/core/modules/image/image.module Implements hook_menu().
image_module_test_file_download drupal/core/modules/image/tests/image_module_test.module @file Provides Image module hook implementations for testing purposes.
image_module_test_image_effect_info drupal/core/modules/image/tests/image_module_test.module Implements hook_image_effect_info().
image_module_test_image_effect_info_alter drupal/core/modules/image/tests/image_module_test.module Implements hook_image_effect_info_alter(). 1
image_module_test_null_effect drupal/core/modules/image/tests/image_module_test.module Image effect callback; Null. 1
image_path_flush drupal/core/modules/image/image.module Clears cached versions of a specific file in all styles. 2
image_permission drupal/core/modules/image/image.module Implements hook_permission().
image_requirements drupal/core/modules/image/image.install Implements hook_requirements() to check the PHP GD Library.
image_resize drupal/core/includes/image.inc Resizes an image to the given dimensions (ignoring aspect ratio). 4
image_resize_dimensions drupal/core/modules/image/image.effects.inc Image dimensions callback; Resize. 1
image_resize_effect drupal/core/modules/image/image.effects.inc Image effect callback; Resize an image resource. 1 1
image_resize_form drupal/core/modules/image/image.admin.inc Form structure for the image resize form. 2 1
image_rotate drupal/core/includes/image.inc Rotates an image by the given number of degrees. 2 2
image_rotate_dimensions drupal/core/modules/image/image.effects.inc Image dimensions callback; Rotate. 1
image_rotate_effect drupal/core/modules/image/image.effects.inc Image effect callback; Rotate an image resource. 1 1
image_rotate_form drupal/core/modules/image/image.admin.inc Form structure for the image rotate form. 1
image_save drupal/core/includes/image.inc Closes the image and saves the changes to a file. 4
image_scale drupal/core/includes/image.inc Scales an image while maintaining aspect ratio. 3 7
image_scale_and_crop drupal/core/includes/image.inc Scales an image to the exact width and height given. 2 1
image_scale_and_crop_effect drupal/core/modules/image/image.effects.inc Image effect callback; Scale and crop an image resource. 1 1
image_scale_dimensions drupal/core/modules/image/image.effects.inc Image dimensions callback; Scale. 1
image_scale_effect drupal/core/modules/image/image.effects.inc Image effect callback; Scale an image resource. 1 1
image_scale_form drupal/core/modules/image/image.admin.inc Form structure for the image scale form. 1
image_style_add_form drupal/core/modules/image/image.admin.inc Form builder; Form for adding a new image style. 1
image_style_add_form_submit drupal/core/modules/image/image.admin.inc Submit handler for adding a new image style.
image_style_create_derivative drupal/core/modules/image/image.module Creates a new image derivative based on an image style. 4
image_style_deliver drupal/core/modules/image/image.module Page callback: Generates a derivative, given a style and image path. 1
image_style_entity_uri drupal/core/modules/image/image.module Entity URI callback for image style.
image_style_flush drupal/core/modules/image/image.module Flushes cached media for a style. 4
image_style_form drupal/core/modules/image/image.admin.inc Form builder; Edit an image style name and effects order. 1
image_style_form_add_submit drupal/core/modules/image/image.admin.inc Submit handler for adding a new image effect to an image style. 1
image_style_form_add_validate drupal/core/modules/image/image.admin.inc Validate handler for adding a new image effect to an image style. 1
image_style_form_submit drupal/core/modules/image/image.admin.inc Submit handler for saving an image style. 1
image_style_list drupal/core/modules/image/image.admin.inc Menu callback; Listing of all current image styles. 1
image_style_load drupal/core/modules/image/image.module Loads an ImageStyle object. 1 2
image_style_options drupal/core/modules/image/image.module Gets an array of image styles suitable for using as select list options. 9
image_style_path drupal/core/modules/image/image.module Returns the URI of an image when using a style. 8
image_style_path_token drupal/core/modules/image/image.module Generates a token to protect an image style derivative. 2
image_style_transform_dimensions drupal/core/modules/image/image.module Determines the dimensions of the styled image. 2
image_style_url drupal/core/modules/image/image.module Returns the URL for an image derivative given a style and image path. 14
image_system_file_system_settings_submit drupal/core/modules/image/image.module Form submission handler for system_file_system_settings(). 1
image_theme drupal/core/modules/image/image.module Implements hook_theme().

Pages

Other projects