Rotate image
Description
Rotate an image clockwise or anti-clockwise
Input Ports
Name | dataType | sourceType | required | description |
---|---|---|---|---|
Image path | text | link-manual | true | The path to the image that you want to replace colors in |
Rotated image path | text | link-manual | false | The path to where you want to save the file to |
Degrees | number | link-manual | true | The amount of degrees the image should be rotated |
Scenarios
- The user wants to rotate the image
90
degrees
Use case
Inputs
- Image path:
D:\Original.jpeg
- Rotated image path:
D:\rotatedImage.jpeg
- Degrees:
90
Experienced tips
- If you do not specify the
Image path
, the process will stop and provide you with the following error.Path to image is required
- If you do not specify the
Rotated image path
the process will overwrite your original image using theImage path
Search Tags
Rotate image
rotation