Search for all
Title | Object type | File name | Summary |
---|---|---|---|
image_gd_crop | function | modules/ |
Crop an image using the GD toolkit. |
image_gd_desaturate | function | modules/ |
Convert an image resource to grayscale. |
image_gd_get_info | function | modules/ |
Get details about an image. |
image_gd_load | function | modules/ |
GD helper function to create an image resource from a file. |
image_gd_resize | function | modules/ |
Scale an image to the specified size using GD. |
image_gd_rotate | function | modules/ |
Rotate an image the given number of degrees. |
image_gd_save | function | modules/ |
GD helper to write an image resource to a destination file. |
image_gd_settings | function | modules/ |
Retrieve settings for the GD2 toolkit. |
image_gd_settings_validate | function | modules/ |
Validate the submitted GD settings. |
image_get_available_toolkits | function | includes/ |
Gets a list of available toolkits. |
image_get_info | function | includes/ |
Gets details about an image. |
image_get_toolkit | function | includes/ |
Gets the name of the currently used toolkit. |
image_help | function | modules/ |
Implements hook_help(). |
image_image_default_styles | function | modules/ |
Implements hook_image_default_styles(). |
image_image_effect_info | function | modules/ |
Implements hook_image_effect_info(). |
image_image_style_delete | function | modules/ |
Implements hook_image_style_delete(). |
image_image_style_save | function | modules/ |
Implements hook_image_style_save(). |
image_install | function | modules/ |
Implements hook_install(). |
image_load | function | includes/ |
Loads an image file and returns an image object. |
image_menu | function | modules/ |
Implements hook_menu(). |
image_module_styles_test.info | file | modules/ |
name = Image Styles test description = Provides additional hook implementations for testing Image Styles functionality. package = Core version = VERSION core = 7.x files[] = image_module_styles_test.module dependencies[] = image_module_test hidden = TRUE |
image_module_styles_test.module | file | modules/ |
Provides additional Image module hook implementations for testing purposes. |
image_module_styles_test_image_default_styles | function | modules/ |
Implements hook_image_default_styles(). |
image_module_test.info | file | modules/ |
name = Image test description = Provides hook implementations for testing Image module functionality. package = Core version = VERSION core = 7.x files[] = image_module_test.module hidden = TRUE |
image_module_test.module | file | modules/ |
Provides Image module hook implementations for testing purposes. |
image_module_test_file_download | function | modules/ |
@file Provides Image module hook implementations for testing purposes. |
image_module_test_image_effect_info | function | modules/ |
Implements hook_image_effect_info(). |
image_module_test_image_effect_info_alter | function | modules/ |
Implements hook_image_effect_info_alter(). |
image_module_test_null_effect | function | modules/ |
Image effect callback; Null. |
image_path_flush | function | modules/ |
Clears cached versions of a specific file in all styles. |
image_permission | function | modules/ |
Implements hook_permission(). |
image_requirements | function | modules/ |
Implements hook_requirements() to check the PHP GD Library. |
image_resize | function | includes/ |
Resizes an image to the given dimensions (ignoring aspect ratio). |
image_resize_dimensions | function | modules/ |
Image dimensions callback; Resize. |
image_resize_effect | function | modules/ |
Image effect callback; Resize an image resource. |
image_resize_form | function | modules/ |
Form structure for the image resize form. |
image_rotate | function | includes/ |
Rotates an image by the given number of degrees. |
image_rotate_dimensions | function | modules/ |
Image dimensions callback; Rotate. |
image_rotate_effect | function | modules/ |
Image effect callback; Rotate an image resource. |
image_rotate_form | function | modules/ |
Form structure for the image rotate form. |
image_save | function | includes/ |
Closes the image and saves the changes to a file. |
image_scale | function | includes/ |
Scales an image while maintaining aspect ratio. |
image_scale_and_crop | function | includes/ |
Scales an image to the exact width and height given. |
image_scale_and_crop_effect | function | modules/ |
Image effect callback; Scale and crop an image resource. |
image_scale_dimensions | function | modules/ |
Image dimensions callback; Scale. |
image_scale_effect | function | modules/ |
Image effect callback; Scale an image resource. |
image_scale_form | function | modules/ |
Form structure for the image scale form. |
image_schema | function | modules/ |
Implements hook_schema(). |
IMAGE_STORAGE_DEFAULT | constant | modules/ |
Image style constant for module-defined presets in code. |
IMAGE_STORAGE_EDITABLE | constant | modules/ |
Image style constant to represent an editable preset. |
Pagination
- Previous page
- Page 109
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.