Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| GDImageToolkitOperationBase | class | core/ |
Provides a GD base class with correctly typed image toolkit. |
| GDImageToolkitOperationBase.php | file | core/ |
|
| GDImageToolkitOperationBase::getToolkit | function | core/ |
The correctly typed image toolkit for GD operations. |
| GDToolkit | class | core/ |
Defines the GD2 toolkit for image manipulation within Drupal. |
| GDToolkit.php | file | core/ |
|
| GDToolkit::$image | property | core/ |
A GD image. |
| GDToolkit::$preLoadInfo | property | core/ |
Image information from a file, available prior to loading the GD object. |
| GDToolkit::$type | property | core/ |
Image type represented by a PHP IMAGETYPE_* constant (e.g. IMAGETYPE_JPEG). |
| GDToolkit::buildConfigurationForm | function | core/ |
Form constructor. |
| GDToolkit::checkAvifSupport | function | core/ |
Checks if AVIF can encode image. |
| GDToolkit::extensionToImageType | function | core/ |
Returns the IMAGETYPE_xxx constant for the given extension. |
| GDToolkit::getHeight | function | core/ |
Returns the height of the image. |
| GDToolkit::getImage | function | core/ |
Retrieves the image. |
| GDToolkit::getMimeType | function | core/ |
Returns the MIME type of the image file. |
| GDToolkit::getRequirements | function | core/ |
Gets toolkit requirements in a format suitable for hook_requirements(). |
| GDToolkit::getSupportedExtensions | function | core/ |
Returns a list of image file extensions supported by the toolkit. |
| GDToolkit::getTransparentColor | function | core/ |
Gets the color set for transparency in GIF images. |
| GDToolkit::getType | function | core/ |
Gets the PHP type of the image. |
| GDToolkit::getWidth | function | core/ |
Returns the width of the image. |
| GDToolkit::isAvailable | function | core/ |
Verifies that the Image Toolkit is set up correctly. |
| GDToolkit::isValid | function | core/ |
Checks if the image is valid. |
| GDToolkit::load | function | core/ |
Loads an image from a file. |
| GDToolkit::parseFile | function | core/ |
Determines if a file contains a valid image. |
| GDToolkit::save | function | core/ |
Writes an image resource to a destination file. |
| GDToolkit::setImage | function | core/ |
Sets an image or resets existing one. |
| GDToolkit::setType | function | core/ |
Sets the PHP type of the image. |
| GDToolkit::submitConfigurationForm | function | core/ |
Form submission handler. |
| GDToolkit::supportedTypes | function | core/ |
Returns a list of image types supported by the toolkit. |
| GDToolkit::__construct | function | core/ |
Constructs a GDToolkit object. |
| GdToolkitAvifImageManipulationTest | class | core/ |
GD image toolkit image manipulation of AVIF images. |
| GdToolkitAvifImageManipulationTest.php | file | core/ |
|
| GdToolkitAvifImageManipulationTest::$sourceTestImage | property | core/ |
The file name of the image under test. |
| GdToolkitGifImageManipulationTest | class | core/ |
GD image toolkit image manipulation of GIF images. |
| GdToolkitGifImageManipulationTest.php | file | core/ |
|
| GdToolkitGifImageManipulationTest::$sourceTestImage | property | core/ |
The file name of the image under test. |
| GdToolkitGifImageManipulationTest::providerOperationTestCases | function | core/ |
Data provider for ::testManipulations(). |
| GdToolkitGifImageManipulationTest::testGifTransparentImages | function | core/ |
Tests for GIF images with transparency. |
| GdToolkitImageManipulationTestBase | class | core/ |
GD image toolkit image manipulation test base class. |
| GdToolkitImageManipulationTestBase.php | file | core/ |
|
| GdToolkitImageManipulationTestBase::$directory | property | core/ |
A directory where test image files can be saved to. |
| GdToolkitImageManipulationTestBase::$imageFactory | property | core/ |
The image factory service. |
| GdToolkitImageManipulationTestBase::$modules | property | core/ |
Modules to install. |
| GdToolkitImageManipulationTestBase::$sourceTestImage | property | core/ |
The file name of the image under test. |
| GdToolkitImageManipulationTestBase::assertColorsAreEqual | function | core/ |
Assert two colors are equal by RGBA, net of full transparency. |
| GdToolkitImageManipulationTestBase::BLACK | constant | core/ |
Colors that are used in testing. |
| GdToolkitImageManipulationTestBase::BLUE | constant | core/ |
|
| GdToolkitImageManipulationTestBase::FUCHSIA | constant | core/ |
|
| GdToolkitImageManipulationTestBase::getPixelColor | function | core/ |
Function for finding a pixel's RGBa values. |
| GdToolkitImageManipulationTestBase::GREEN | constant | core/ |
|
| GdToolkitImageManipulationTestBase::providerOperationTestCases | function | core/ |
Data provider for ::testManipulations(). |
Pagination
- Previous page
- Page 127
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.