Pixel Patch
Edit and apply a patch that records only changed pixels on top of an image
intermediate
Since P00
Input Ports
Image
Image input for Pixel Patch.
Output Ports
Image
Image output from Pixel Patch.
Patch
Patch output from Pixel Patch.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Width | Int | `32` | Controls the width setting for Pixel Patch. |
| Height | Int | `32` | Controls the height setting for Pixel Patch. |
| Patch Data | CustomData | Empty | Controls the patch data setting for Pixel Patch. |
Overview
Edit and apply a patch that records only changed pixels on top of an image
Inputs and Outputs
Input Ports
- Image
Image: Image input for Pixel Patch.
Output Ports
- Image
Image: Image output from Pixel Patch. - Patch
PixelPatch: Patch output from Pixel Patch.
Key Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Width | Int | `32` | Controls the width setting for Pixel Patch. |
| Height | Int | `32` | Controls the height setting for Pixel Patch. |
| Patch Data | CustomData | Empty | Controls the patch data setting for Pixel Patch. |
When to Use
Use Pixel Patch 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.