fs_image_crop
Crop a rectangular region from an image by specifying coordinates and dimensions. Saves the cropped portion to a new file.
Instructions
Crop rectangular region from image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| width | Yes | ||
| height | Yes | ||
| dest_path | Yes | ||
| source_path | Yes |