Applies given filter to the given image.
The image to apply filter on
Filter to be applied
Optional consumeImage: Config.ConsumeTypeControls if the image can still be used after calling this method, or if it will be consumed by the method. See ConsumeType for more details.
The result of the filter application.
Crops the given image to the given quadrilateral.
The image to crop.
The quadrilateral of normalized points to crop.
Optional consumeImage: Config.ConsumeTypeControls if the image can still be used after calling this method, or if it will be consumed by the method. See ConsumeType for more details.
Cropped image.
Resizes the given image to the given size.
The image to resize
Size of the longer side of the image.
Optional consumeImage: Config.ConsumeTypeControls if the image can still be used after calling this method, or if it will be consumed by the method. See ConsumeType for more details.
Resized image.
Rotates the given image by the given angle.
The image to rotate
Rotation to be applied
Optional consumeImage: Config.ConsumeTypeControls if the image can still be used after calling this method, or if it will be consumed by the method. See ConsumeType for more details.
Rotated image.
Static createGenerated using TypeDoc
API for image processing.
Required licence feature(s): ImageProcessing.