ComfyUI Node
Crop Image
Crops an image based on specified coordinates.
Crop Image
- image
- image
◄left0►
◄top0►
◄right0►
◄bottom0►
CategorySage Utils/image/manipulation
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | The image to crop. | |
| left | INT | 0 | The left coordinate for cropping. |
| top | INT | 0 | The top coordinate for cropping. |
| right | INT | 0 | The right coordinate for cropping. |
| bottom | INT | 0 | The bottom coordinate for cropping. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | The cropped image. |