ComfyUI Node
RC Image Crop
Crop image to specified region.
RC Image Crop
- image
- IMAGE
◄crop_methodmanual►
◄x0►
◄y0►
◄width512►
◄height512►
◄aspect_width16.0►
◄aspect_height9.0►
CategoryRC/Utilities
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | — | |
| crop_method | COMBO | manual | Crop method: - manual: Manual coordinates - center: Center crop to size - aspect_ratio: Crop by ratio (centered) |
| x | INT | 00–8192 | Crop start X coordinate (manual mode) |
| y | INT | 00–8192 | Crop start Y coordinate (manual mode) |
| width | INT | 5121–8192 | Crop width |
| height | INT | 5121–8192 | Crop height |
| aspect_width | FLOAT | 16.00.1–100 | Width part of aspect ratio (ratio mode) |
| aspect_height | FLOAT | 9.00.1–100 | Height part of aspect ratio (ratio mode) |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| IMAGE | IMAGE | — |