Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| ImageStylesPathAndUrlTestCase::_testImageStyleUrlAndPath | function | modules/ |
Test image_style_url(). |
| ImageThemeFunctionWebTestCase | class | modules/ |
Tests image theme functions. |
| ImageThemeFunctionWebTestCase::getInfo | function | modules/ |
|
| ImageThemeFunctionWebTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| ImageThemeFunctionWebTestCase::testImageFormatterTheme | function | modules/ |
Tests usage of the image field formatters. |
| ImageToolkitGdTestCase | class | modules/ |
Test the core GD image manipulation functions. |
| ImageToolkitGdTestCase::$black | property | modules/ |
|
| ImageToolkitGdTestCase::$blue | property | modules/ |
|
| ImageToolkitGdTestCase::$fuchsia | property | modules/ |
|
| ImageToolkitGdTestCase::$green | property | modules/ |
|
| ImageToolkitGdTestCase::$height | property | modules/ |
|
| ImageToolkitGdTestCase::$red | property | modules/ |
|
| ImageToolkitGdTestCase::$rotate_transparent | property | modules/ |
|
| ImageToolkitGdTestCase::$transparent | property | modules/ |
|
| ImageToolkitGdTestCase::$white | property | modules/ |
|
| ImageToolkitGdTestCase::$width | property | modules/ |
|
| ImageToolkitGdTestCase::$yellow | property | modules/ |
|
| ImageToolkitGdTestCase::colorsAreEqual | function | modules/ |
Function to compare two colors by RGBa. |
| ImageToolkitGdTestCase::getInfo | function | modules/ |
|
| ImageToolkitGdTestCase::getPixelColor | function | modules/ |
Function for finding a pixel's RGBa values. |
| ImageToolkitGdTestCase::testManipulations | function | modules/ |
Since PHP can't visually check that our images have been manipulated properly, build a list of expected color values for each of the corners and the expected height and widths for the final images. |
| ImageToolkitGdTestCase::testTransparentColorOutOfRange | function | modules/ |
Tests loading an image whose transparent color index is out of range. |
| ImageToolkitTestCase | class | modules/ |
Base class for image manipulation testing. |
| ImageToolkitTestCase::$file | property | modules/ |
|
| ImageToolkitTestCase::$image | property | modules/ |
|
| ImageToolkitTestCase::$toolkit | property | modules/ |
|
| ImageToolkitTestCase::assertToolkitOperationsCalled | function | modules/ |
Assert that all of the specified image toolkit operations were called exactly once once, other values result in failure. |
| ImageToolkitTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| 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. |
Pagination
- Previous page
- Page 110
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.