Const Applies the given filters on the image.
List of filters to be applied on the image.
Reference of the image to be processed.
Applies the given filters on the image.
List of filters to be applied on the image.
File uri of the image to be processed.
Optional overwrite?: booleanWhether to overwrite the original image file or create a new file. Default is false
Optional saveOptions for saving the image.
Crops the image to the given polygon area.
File uri of the image to be cropped.
Optional overwrite?: booleanWhether to overwrite the original image file or create a new file. Default is false
Polygon defining the area to be cropped. Points needs to be represented in percentage values (0.0 - 1.0) and the order should be top-left, top-right, bottom-right, bottom-left.
Optional saveOptions for saving the image.
Resizes the image to fit within the given maximum size for the longest edge.
File uri of the image to be resized.
Maximum size for the longest edge of the image.
Optional overwrite?: booleanWhether to overwrite the original image file or create a new file. Default is false
Optional saveOptions for saving the image.
Rotates the image by the given rotation degree. This methods must be wrapped inside an autorelease pool.
Reference of the image to be rotated.
Rotation degree.
Rotates the image by the given rotation degree.
File uri of the image to be rotated.
Optional overwrite?: booleanWhether to overwrite the original image file or create a new file. Default is false
Rotation degree.
Optional saveOptions for saving the image.
Entry point for all image processing features.