Functions - 7.x - drupal
Title | Deprecated | File name | Summary | Direct uses | Strings |
---|---|---|---|---|---|
image_requirements | modules/ |
Implements hook_requirements() to check the PHP GD Library. | |||
image_resize | includes/ |
Resizes an image to the given dimensions (ignoring aspect ratio). | 4 | ||
image_resize_dimensions | modules/ |
Image dimensions callback; Resize. | 1 | ||
image_resize_effect | modules/ |
Image effect callback; Resize an image resource. | 1 | 1 | |
image_resize_form | modules/ |
Form structure for the image resize form. | 2 | 1 | |
image_rotate | includes/ |
Rotates an image by the given number of degrees. | 2 | 1 | |
image_rotate_dimensions | modules/ |
Image dimensions callback; Rotate. | 1 | ||
image_rotate_effect | modules/ |
Image effect callback; Rotate an image resource. | 1 | 1 | |
image_rotate_form | modules/ |
Form structure for the image rotate form. | 1 | ||
image_save | includes/ |
Closes the image and saves the changes to a file. | 4 | ||
image_scale | includes/ |
Scales an image while maintaining aspect ratio. | 3 | 6 | |
image_scale_and_crop | includes/ |
Scales an image to the exact width and height given. | 2 | ||
image_scale_and_crop_effect | modules/ |
Image effect callback; Scale and crop an image resource. | 1 | 1 | |
image_scale_dimensions | modules/ |
Image dimensions callback; Scale. | 1 | ||
image_scale_effect | modules/ |
Image effect callback; Scale an image resource. | 1 | 1 | |
image_scale_form | modules/ |
Form structure for the image scale form. | 1 | ||
image_schema | modules/ |
Implements hook_schema(). | |||
image_styles | modules/ |
Gets an array of all styles and their settings. | 6 | 8 | |
image_style_add_form | modules/ |
Form builder; Form for adding a new image style. | 1 | ||
image_style_add_form_name_exists | modules/ |
Check if the proposed machine name is already taken. | 1 | ||
image_style_add_form_submit | modules/ |
Submit handler for adding a new image style. | |||
image_style_create_derivative | modules/ |
Creates a new image derivative based on an image style. | 4 | ||
image_style_delete | modules/ |
Deletes an image style. | 1 | ||
image_style_delete_form | modules/ |
Form builder; Form for deleting an image style. | 1 | ||
image_style_delete_form_submit | modules/ |
Submit handler to delete an image style. | |||
image_style_deliver | modules/ |
Page callback: Generates a derivative, given a style and image path. | 1 | ||
image_style_effects | modules/ |
Loads all the effects for an image style. | 1 | ||
image_style_flush | modules/ |
Flushes cached media for a style. | 5 | ||
image_style_form | modules/ |
Form builder; Edit an image style name and effects order. | 1 | ||
image_style_form_add_submit | modules/ |
Submit handler for adding a new image effect to an image style. | 1 | ||
image_style_form_add_validate | modules/ |
Validate handler for adding a new image effect to an image style. | 1 | ||
image_style_form_override_submit | modules/ |
Submit handler for overriding a module-defined style. | 1 | ||
image_style_form_submit | modules/ |
Submit handler for saving an image style. | 1 | ||
image_style_list | modules/ |
Menu callback; Listing of all current image styles. | 1 | ||
image_style_load | modules/ |
Loads a style by style name or ID. | 12 | 1 | |
image_style_name_validate | modules/ |
Element validate function to ensure unique, URL safe style names. | |||
image_style_options | modules/ |
Gets an array of image styles suitable for using as select list options. | 6 | ||
image_style_path | modules/ |
Returns the URI of an image when using a style. | 9 | ||
image_style_path_token | modules/ |
Generates a token to protect an image style derivative. | 2 | ||
image_style_revert_form | modules/ |
Confirmation form to revert a database style to its default. | 1 | ||
image_style_revert_form_submit | modules/ |
Submit handler to convert an overridden style to its default. | |||
image_style_save | modules/ |
Saves an image style. | 9 | ||
image_style_transform_dimensions | modules/ |
Determines the dimensions of the styled image. | 1 | ||
image_style_url | modules/ |
Returns the URL for an image derivative given a style and image path. | 13 | ||
image_system_file_system_settings_submit | modules/ |
Form submission handler for system_file_system_settings(). | 1 | ||
image_test_crop | modules/ |
Image tookit's crop operation. | |||
image_test_desaturate | modules/ |
Image tookit's desaturate operation. | |||
image_test_get_all_calls | modules/ |
Get an array with the all the calls to the toolkits since image_test_reset() was called. | 13 | ||
image_test_get_info | modules/ |
Image toolkit's get_info operation. | |||
image_test_image_toolkits | modules/ |
Implements hook_image_toolkits(). |
Pagination
- Previous page
- Page 41
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.