Skip to main content

Edit an image

Edit an image by rotating, applying grayscale, cropping, and resizing. Supports JPG, JPEG, PNG, BMP, and TIFF formats.

Processing occurs in the following order: the image is first rotated if a rotation value is provided, then converted to grayscale if enabled, next cropped if cropping is turned on, and finally resized according to the specified width, height, and aspect ratio settings.

Application

  • Image

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Image fileThe image file you are looking to edit. Supports JPG, JPEG, PNG, BMP, and TIFF. Example: file1.pngFileYes
Rotate by degreesThe angle in degrees to rotate the image around its centre. Positive values rotate counter-clockwise, negative values rotate clockwise. Example: 15Number with decimalsNo
Apply grayscale?If true, will modify the colour scheme of the image to GrayscaleTrue/FalseNo
Crop image?If true, will crop the image using the provided coordinatesTrue/FalseNo
Resize image?If true, will resize the image to the provided dimensionsTrue/FalseNo

Outputs (what you get)

NameDescriptionData TypeRequired?Example
Edited ImageThe file after it has been editedFileYes

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.
Impossible to complete

Requirements

  • N/A