Functions

Primary tabs

Namesort descending Location Description Direct uses Strings
image_file_delete drupal/modules/image/image.module Implements hook_file_delete().
image_file_download drupal/modules/image/image.module Implements hook_file_download().
image_file_move drupal/modules/image/image.module Implements hook_file_move().
image_filter_keyword drupal/modules/image/image.module Accepts a keyword (center, top, left, etc) and returns it as a pixel offset. 1
image_flush_caches drupal/modules/image/image.module Implements hook_flush_caches().
image_form_system_file_system_settings_alter drupal/modules/image/image.module Implements hook_form_FORM_ID_alter().
image_gd_check_settings drupal/modules/system/image.gd.inc Verify GD2 settings (that the right version is actually installed). 3 2
image_gd_create_tmp drupal/modules/system/image.gd.inc Create a truecolor image preserving transparency from a provided image. 3
image_gd_crop drupal/modules/system/image.gd.inc Crop an image using the GD toolkit.
image_gd_desaturate drupal/modules/system/image.gd.inc Convert an image resource to grayscale.
image_gd_get_info drupal/modules/system/image.gd.inc Get details about an image.
image_gd_load drupal/modules/system/image.gd.inc GD helper function to create an image resource from a file.
image_gd_resize drupal/modules/system/image.gd.inc Scale an image to the specified size using GD.
image_gd_rotate drupal/modules/system/image.gd.inc Rotate an image the given number of degrees.
image_gd_save drupal/modules/system/image.gd.inc GD helper to write an image resource to a destination file.
image_gd_settings drupal/modules/system/image.gd.inc Retrieve settings for the GD2 toolkit.
image_gd_settings_validate drupal/modules/system/image.gd.inc Validate the submitted GD settings. 1
image_get_available_toolkits drupal/includes/image.inc Gets a list of available toolkits. 3
image_get_info drupal/includes/image.inc Gets details about an image. 23
image_get_toolkit drupal/includes/image.inc Gets the name of the currently used toolkit. 8
image_help drupal/modules/image/image.module Implements hook_help().
image_image_default_styles drupal/modules/image/image.module Implements hook_image_default_styles().
image_image_effect_info drupal/modules/image/image.effects.inc Implements hook_image_effect_info().
image_image_style_delete drupal/modules/image/image.module Implements hook_image_style_delete().
image_image_style_save drupal/modules/image/image.module Implements hook_image_style_save(). 1
image_install drupal/modules/image/image.install Implements hook_install().
image_load drupal/includes/image.inc Loads an image file and returns an image object. 6
image_menu drupal/modules/image/image.module Implements hook_menu().
image_module_test_file_download drupal/modules/image/tests/image_module_test.module @file Provides Image module hook implementations for testing purposes. 1
image_module_test_image_effect_info drupal/modules/image/tests/image_module_test.module Implements hook_image_effect_info().
image_module_test_image_effect_info_alter drupal/modules/image/tests/image_module_test.module Implements hook_image_effect_info_alter(). 1
image_module_test_null_effect drupal/modules/image/tests/image_module_test.module Image effect callback; Null. 1
image_path_flush drupal/modules/image/image.module Clears cached versions of a specific file in all styles. 2
image_permission drupal/modules/image/image.module Implements hook_permission().
image_requirements drupal/modules/image/image.install Implements hook_requirements() to check the PHP GD Library.
image_resize drupal/includes/image.inc Resizes an image to the given dimensions (ignoring aspect ratio). 4
image_resize_dimensions drupal/modules/image/image.effects.inc Image dimensions callback; Resize. 1
image_resize_effect drupal/modules/image/image.effects.inc Image effect callback; Resize an image resource. 1 1
image_resize_form drupal/modules/image/image.admin.inc Form structure for the image resize form. 2 1
image_rotate drupal/includes/image.inc Rotates an image by the given number of degrees. 2 1
image_rotate_dimensions drupal/modules/image/image.effects.inc Image dimensions callback; Rotate. 1
image_rotate_effect drupal/modules/image/image.effects.inc Image effect callback; Rotate an image resource. 1 1
image_rotate_form drupal/modules/image/image.admin.inc Form structure for the image rotate form. 1
image_save drupal/includes/image.inc Closes the image and saves the changes to a file. 4
image_scale drupal/includes/image.inc Scales an image while maintaining aspect ratio. 3 4
image_scale_and_crop drupal/includes/image.inc Scales an image to the exact width and height given. 2
image_scale_and_crop_effect drupal/modules/image/image.effects.inc Image effect callback; Scale and crop an image resource. 1 1
image_scale_dimensions drupal/modules/image/image.effects.inc Image dimensions callback; Scale. 1
image_scale_effect drupal/modules/image/image.effects.inc Image effect callback; Scale an image resource. 1 1
image_scale_form drupal/modules/image/image.admin.inc Form structure for the image scale form. 1

Pages

Other projects