Crop
Crop a rectangular region from the image
intermediate
Since P00
Input Ports
Image
Input image
Output Ports
Image
Image output from Crop.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| X | Int | 0 | Controls the x setting for Crop. |
| Y | Int | 0 | Controls the y setting for Crop. |
| Width | Int | 32 | Controls the width setting for Crop. |
| Height | Int | 32 | Controls the height setting for Crop. |
Overview
Crop a rectangular region from the image
Inputs and Outputs
Input Ports
- Image
Image: Input image
Output Ports
- Image
Image: Image output from Crop.
Key Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| X | Int | 0 | Controls the x setting for Crop. |
| Y | Int | 0 | Controls the y setting for Crop. |
| Width | Int | 32 | Controls the width setting for Crop. |
| Height | Int | 32 | Controls the height setting for Crop. |
When to Use
Use Crop when you need this operation to remain explicit, reusable, and easy to tune inside a PixPipeline node graph.
Notes
Connect compatible data types and preview the result while tuning this node. Parameter names and port names follow the PixPipeline UI.