You are here

namespace Drupal\image_effects\Plugin\ImageEffect in Image Effects 8.2

Same name in other branches
  1. 8.3 Drupal\image_effects\Plugin\ImageEffect
  2. 8 Drupal\image_effects\Plugin\ImageEffect
Classsort descending Location Description
AnchorTrait src/Plugin/ImageEffect/AnchorTrait.php Trait for anchor related functionalities.
AspectSwitcherImageEffect src/Plugin/ImageEffect/AspectSwitcherImageEffect.php Choose image styles to apply based on source image orientation.
AutoOrientImageEffect src/Plugin/ImageEffect/AutoOrientImageEffect.php Automatically adjusts the orientation of an image resource.
BackgroundImageEffect src/Plugin/ImageEffect/BackgroundImageEffect.php Class BackgroundImageEffect.
BrightnessImageEffect src/Plugin/ImageEffect/BrightnessImageEffect.php Adjust image brightness.
ColorShiftImageEffect src/Plugin/ImageEffect/ColorShiftImageEffect.php Shift image colors.
ContrastImageEffect src/Plugin/ImageEffect/ContrastImageEffect.php Adjust image contrast.
ConvolutionImageEffect src/Plugin/ImageEffect/ConvolutionImageEffect.php Filter image using convolution.
ConvolutionSharpenImageEffect src/Plugin/ImageEffect/ConvolutionSharpenImageEffect.php Sharpen image using convolution.
GaussianBlurImageEffect src/Plugin/ImageEffect/GaussianBlurImageEffect.php Blur image using the Gaussian function.
ImagemagickArgumentsImageEffect src/Plugin/ImageEffect/ImagemagickArgumentsImageEffect.php Class ImagemagickArgumentsImageEffect.
InterlaceImageEffect src/Plugin/ImageEffect/InterlaceImageEffect.php Class InterlaceImageEffect.
InvertImageEffect src/Plugin/ImageEffect/InvertImageEffect.php Strips metadata from an image resource.
MaskImageEffect src/Plugin/ImageEffect/MaskImageEffect.php Class MaskImageEffect.
MirrorImageEffect src/Plugin/ImageEffect/MirrorImageEffect.php Mirror image.
OpacityImageEffect src/Plugin/ImageEffect/OpacityImageEffect.php Adjust image transparency.
ResizePercentageImageEffect src/Plugin/ImageEffect/ResizePercentageImageEffect.php Resize an image by percentage.
ScaleAndSmartCropImageEffect src/Plugin/ImageEffect/ScaleAndSmartCropImageEffect.php Scale and crop an image preserving the portion with the most entropy.
SetCanvasImageEffect src/Plugin/ImageEffect/SetCanvasImageEffect.php Class SetCanvasImageEffect.
SetTransparentColorImageEffect src/Plugin/ImageEffect/SetTransparentColorImageEffect.php Adjust image contrast.
SmartCropImageEffect src/Plugin/ImageEffect/SmartCropImageEffect.php Crop an image preserving the portion with the most entropy.
StripMetadataImageEffect src/Plugin/ImageEffect/StripMetadataImageEffect.php Strips metadata from an image resource.
TextOverlayImageEffect src/Plugin/ImageEffect/TextOverlayImageEffect.php Overlays text on the image, defining text font, size and positioning.
WatermarkImageEffect src/Plugin/ImageEffect/WatermarkImageEffect.php Class WatermarkImageEffect.