Resize image
Description
Resize and image to a specific width and height
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 |
Resized image path | text | link-manual | false | The path to where you want to save the file to |
Width, Height | size | link-manual | false | The width and height the image should be |
Scenarios
- The user wants to resize the image to have
250 width
and250 height
Use case
Inputs
- Image path:
D:\Original.jpeg
- Resize image path:
D:\flippedImage.jpeg
- Width:
250
- Height:
250
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
Resized image path
the process will overwrite your original image using theImage path
Search Tags
Flip image horizontally
Flip image vertically