Search for image
- Search 9.5.x for image
- Search 8.9.x for image
- Search 10.3.x for image
- Search 11.x for image
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ImageToolkitUnitTest | class | modules/ |
Test that the functions in image.inc correctly pass data to the toolkit. |
ImageToolkitUnitTest::getInfo | function | modules/ |
|
ImageToolkitUnitTest::testCrop | function | modules/ |
Test the image_crop() function. |
ImageToolkitUnitTest::testDesaturate | function | modules/ |
Test the image_desaturate() function. |
ImageToolkitUnitTest::testGetAvailableToolkits | function | modules/ |
Check that hook_image_toolkits() is called and only available toolkits are returned. |
ImageToolkitUnitTest::testLoad | function | modules/ |
Test the image_load() function. |
ImageToolkitUnitTest::testResize | function | modules/ |
Test the image_resize() function. |
ImageToolkitUnitTest::testRotate | function | modules/ |
Test the image_rotate() function. |
ImageToolkitUnitTest::testSave | function | modules/ |
Test the image_save() function. |
ImageToolkitUnitTest::testScale | function | modules/ |
Test the image_scale() function. |
ImageToolkitUnitTest::testScaleAndCrop | function | modules/ |
Test the image_scale_and_crop() function. |
image_crop | function | includes/ |
Crops an image to a rectangle specified by the given dimensions. |
image_crop_effect | function | modules/ |
Image effect callback; Crop an image resource. |
image_crop_form | function | modules/ |
Form structure for the image crop form. |
image_default_style_revert | function | modules/ |
Reverts the changes made by users to a default image style. |
image_default_style_save | function | modules/ |
Saves a default image style to the database. |
IMAGE_DERIVATIVE_TOKEN | constant | modules/ |
The name of the query parameter for image derivative tokens. |
image_desaturate | function | includes/ |
Converts an image to grayscale. |
image_desaturate_effect | function | modules/ |
Image effect callback; Desaturate (grayscale) an image resource. |
image_dimensions_scale | function | includes/ |
Scales image dimensions while maintaining aspect ratio. |
image_effects | function | modules/ |
Loads all image effects from the database. |
image_effect_apply | function | modules/ |
Applies an image effect to the image object. |
image_effect_color_validate | function | modules/ |
Element validate handler to ensure a hexadecimal color value. |
image_effect_definitions | function | modules/ |
Returns a set of image effects. |
image_effect_definition_load | function | modules/ |
Loads the definition for an image effect. |
image_effect_delete | function | modules/ |
Deletes an image effect. |
image_effect_delete_form | function | modules/ |
Form builder; Form for deleting an image effect. |
image_effect_delete_form_submit | function | modules/ |
Submit handler to delete an image effect. |
image_effect_form | function | modules/ |
Form builder; Form for adding and editing image effects. |
image_effect_form_submit | function | modules/ |
Submit handler for updating an image effect. |
image_effect_integer_validate | function | modules/ |
Element validate handler to ensure an integer pixel value. |
image_effect_load | function | modules/ |
Loads a single image effect. |
image_effect_save | function | modules/ |
Saves an image effect. |
image_effect_scale_validate | function | modules/ |
Element validate handler to ensure that either a height or a width is specified. |
image_field_delete | function | modules/ |
Implements hook_field_delete(). |
image_field_delete_field | function | modules/ |
Implements hook_field_delete_field(). |
image_field_delete_instance | function | modules/ |
Implements hook_field_delete_instance(). |
image_field_delete_revision | function | modules/ |
Implements hook_field_delete_revision(). |
image_field_formatter_info | function | modules/ |
Implements hook_field_formatter_info(). |
image_field_formatter_settings_form | function | modules/ |
Implements hook_field_formatter_settings_form(). |
image_field_formatter_settings_summary | function | modules/ |
Implements hook_field_formatter_settings_summary(). |
image_field_formatter_view | function | modules/ |
Implements hook_field_formatter_view(). |
image_field_info | function | modules/ |
Implements hook_field_info(). |
image_field_insert | function | modules/ |
Implements hook_field_insert(). |
image_field_instance_settings_form | function | modules/ |
Implements hook_field_instance_settings_form(). |
image_field_is_empty | function | modules/ |
Implements hook_field_is_empty(). |
image_field_load | function | modules/ |
Implements hook_field_load(). |
image_field_prepare_view | function | modules/ |
Implements hook_field_prepare_view(). |
image_field_presave | function | modules/ |
Implements hook_field_presave(). |
image_field_schema | function | modules/ |
Implements hook_field_schema(). |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.