Crop image
Description
Crop an image from any position to any size
Input Ports
| Name | dataType | sourceType | required | description |
|---|---|---|---|---|
| Image path | text | link-manual | true | The path to the image that you want to edit |
| Cropped image path | text | link-manual | true | The path to where the edited image should be saved |
| X,Y | position | link-manual | false | The X and Y positions to crop |
| Width, Height | size | link-manual | false | The width and height the image should be |
Scenarios
- The user wants to crop an image to a specified size
Use case
Inputs
- Image path:
D:\Original.jpeg - Cropped image path:
D:\Cropped.jpeg - X:
340 - Y:
220 - Width:
750 - Height:
340
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
Cropped image paththe process will overwrite your original image using theImage path
Search Tags
Crop images size Make image specified size