Rotate Activity
The Rotate activity enables users to apply rotational transformations to image files. This activity processes an input image and generates a new output image with the specified rotation applied.
| Field | Description | Requirement |
|---|---|---|
| Input image | The full path, file name, and extension of the image file to be rotated. | Required |
| Output image | The full path, file name, and extension for the resulting rotated image. | Required |
| Rotation | Defines a predefined direction and angle for the image rotation (e.g., clockwise, counter-clockwise, 180 degrees). | Optional |
| Rotation degree | An integer value between 0 and 180, specifying a custom degree of rotation. This parameter is used when the Rotation field is configured for custom angle input. | Optional |
Action Types & Examples
ROTATE_90_CLOCKWISE
- Format:
string - Example Result:
ROTATE_90_CLOCKWISE
ROTATE_180
- Format:
string - Example Result:
ROTATE_180
ROTATE_90_COUNTERCLOCKWISE
- Format:
string - Example Result:
ROTATE_90_COUNTERCLOCKWISE
Implementation Examples
Field Setup - Input image: C:\Robustarobusta.jpg - Output image: C:\Robustagrayscale.jpg
Execution Parameters - Rotation: ROTATE_90_CLOCKWISE - Rotation degree: 45
Technical Notes
No specific technical notes were provided in the raw input for this activity.