Type: nodetool.image.Crop
Namespace: nodetool.image
Description
Crop an image to specified coordinates. image, crop
- Remove unwanted borders from images
- Focus on particular subjects within an image
- Simplify images by removing distractions
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| image | image |
The image to crop. | {'type': 'image', 'uri': '', 'asset_id': None, 'data': None} |
| left | int |
The left coordinate. | 0 |
| top | int |
The top coordinate. | 0 |
| right | int |
The right coordinate. | 512 |
| bottom | int |
The bottom coordinate. | 512 |
Outputs
| Output | Type | Description |
|---|---|---|
| output | image |
Metadata
Related Nodes
Browse other nodes in the nodetool.image namespace.