Search for toolkit

  1. Search 7.x for toolkit
  2. Search 9.5.x for toolkit
  3. Search 8.9.x for toolkit
  4. Search 10.3.x for toolkit
  5. Search 11.x for toolkit
  6. Other projects
Title Object type File name Summary
AvifImageEffect::$imageToolkitManager property core/modules/image/src/Plugin/ImageEffect/AvifImageEffect.php The image toolkit manager.
BrokenToolkit class core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/BrokenToolkit.php Defines a Test toolkit for image manipulation within Drupal.
BrokenToolkit.php file core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/BrokenToolkit.php
BrokenToolkit::isAvailable function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/BrokenToolkit.php Verifies that the Image Toolkit is set up correctly.
DerivedToolkit class core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/DerivedToolkit.php Provides a derivative of TestToolkit.
DerivedToolkit.php file core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/DerivedToolkit.php
GDImageToolkitOperationBase class core/modules/system/src/Plugin/ImageToolkit/Operation/gd/GDImageToolkitOperationBase.php Provides a GD base class with correctly typed image toolkit.
GDImageToolkitOperationBase.php file core/modules/system/src/Plugin/ImageToolkit/Operation/gd/GDImageToolkitOperationBase.php
GDImageToolkitOperationBase::getToolkit function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/GDImageToolkitOperationBase.php The correctly typed image toolkit for GD operations.
GDToolkit class core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Defines the GD2 toolkit for image manipulation within Drupal.
GDToolkit.php file core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php
GDToolkit::$image property core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php A GD image.
GDToolkit::$preLoadInfo property core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Image information from a file, available prior to loading the GD object.
GDToolkit::$type property core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Image type represented by a PHP IMAGETYPE_* constant (e.g. IMAGETYPE_JPEG).
GDToolkit::buildConfigurationForm function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Form constructor.
GDToolkit::checkAvifSupport function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Checks if AVIF can encode image.
GDToolkit::extensionToImageType function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Returns the IMAGETYPE_xxx constant for the given extension.
GDToolkit::getHeight function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Returns the height of the image.
GDToolkit::getImage function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Retrieves the image.
GDToolkit::getMimeType function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Returns the MIME type of the image file.
GDToolkit::getRequirements function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Gets toolkit requirements in a format suitable for hook_requirements().
GDToolkit::getSupportedExtensions function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Returns a list of image file extensions supported by the toolkit.
GDToolkit::getTransparentColor function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Gets the color set for transparency in GIF images.
GDToolkit::getType function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Gets the PHP type of the image.
GDToolkit::getWidth function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Returns the width of the image.
GDToolkit::isAvailable function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Verifies that the Image Toolkit is set up correctly.
GDToolkit::isValid function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Checks if the image is valid.
GDToolkit::load function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Loads an image from a file.
GDToolkit::parseFile function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Determines if a file contains a valid image.
GDToolkit::save function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Writes an image resource to a destination file.
GDToolkit::setImage function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Sets an image or resets existing one.
GDToolkit::setType function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Sets the PHP type of the image.
GDToolkit::submitConfigurationForm function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Form submission handler.
GDToolkit::supportedTypes function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Returns a list of image types supported by the toolkit.
GDToolkit::__construct function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Constructs a GDToolkit object.
GdToolkitAvifImageManipulationTest class core/tests/Drupal/KernelTests/Core/Image/GdToolkitAvifImageManipulationTest.php GD image toolkit image manipulation of AVIF images.
GdToolkitAvifImageManipulationTest.php file core/tests/Drupal/KernelTests/Core/Image/GdToolkitAvifImageManipulationTest.php
GdToolkitAvifImageManipulationTest::$sourceTestImage property core/tests/Drupal/KernelTests/Core/Image/GdToolkitAvifImageManipulationTest.php The file name of the image under test.
GdToolkitGifImageManipulationTest class core/tests/Drupal/KernelTests/Core/Image/GdToolkitGifImageManipulationTest.php GD image toolkit image manipulation of GIF images.
GdToolkitGifImageManipulationTest.php file core/tests/Drupal/KernelTests/Core/Image/GdToolkitGifImageManipulationTest.php
GdToolkitGifImageManipulationTest::$sourceTestImage property core/tests/Drupal/KernelTests/Core/Image/GdToolkitGifImageManipulationTest.php The file name of the image under test.
GdToolkitGifImageManipulationTest::providerOperationTestCases function core/tests/Drupal/KernelTests/Core/Image/GdToolkitGifImageManipulationTest.php Data provider for ::testManipulations().
GdToolkitGifImageManipulationTest::testGifTransparentImages function core/tests/Drupal/KernelTests/Core/Image/GdToolkitGifImageManipulationTest.php Tests for GIF images with transparency.
GdToolkitImageManipulationTestBase class core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php GD image toolkit image manipulation test base class.
GdToolkitImageManipulationTestBase.php file core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php
GdToolkitImageManipulationTestBase::$directory property core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php A directory where test image files can be saved to.
GdToolkitImageManipulationTestBase::$imageFactory property core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php The image factory service.
GdToolkitImageManipulationTestBase::$modules property core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php Modules to install.
GdToolkitImageManipulationTestBase::$sourceTestImage property core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php The file name of the image under test.
GdToolkitImageManipulationTestBase::assertColorsAreEqual function core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php Assert two colors are equal by RGBA, net of full transparency.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.