Flip Activity
The Flip activity enables users to mirror images along a specified axis. This activity processes an input image and generates a new output image that is reflected in the chosen direction.
| Field | Description | Requirement |
|---|---|---|
| Input image | Path, file name, and extension of the image to be processed. | Required |
| Output image | Path, file name, and extension for the processed output image. | Required |
| Flip axis | The axis over which the image will be reflected. | Optional |
Action Types & Examples
Flip Axis
- Format: String (predefined values:
Y_AXIS,X_AXIS,X_AND_Y_AXIS) - Example Result:
"Y_AXIS"
Implementation Examples
Field Setup - Input image: C:\Robusta\robusta.jpg - Output image: C:\Robusta\flipped.jpg
Execution Parameters - Flip axis: Y_AXIS
Technical Notes
Ensure that the specified input image file exists and is accessible. The output directory for the processed image must also be writable. Supported image formats depend on the underlying image processing library.