Image Uncrop Pixaroma
Image Uncrop Pixaroma - paste an edited crop back onto the original image at the exact spot it came from. The classic crop, fix or upscale, then put it back workflow. Wire the 'crop_info' output of Image Crop Pixaroma into 'crop_info' here, and wire your edited crop (after upscaling, inpainting, color work, anything) into 'image'. The node resizes the edited crop to the original crop region if needed and composites it onto the full original image, leaving everything outside the crop untouched. Transparency travels through full-frame: the 'mask' output is the original mask with the crop region updated, so wiring Image Crop's mask straight across keeps the whole image's transparency (or wire an edited region mask to change just that area). 'feather' softens the seam for a seamless blend. Outputs the recombined full image plus the full-frame mask.
- image
- mask
- crop_info
- image
- mask
- crop_info
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | The edited crop to paste back (after upscaling, inpainting, color work, etc). It is resized to the original crop region automatically if its size differs. | |
| maskopt | MASK | Optional. The mask for the crop region - it updates that area of the full-frame 'mask' output (the rest keeps the original mask). Wire Image Crop's mask straight across to carry the whole transparency through. Resized to the crop region automatically. It does NOT limit the image paste; the whole region is pasted. | |
| crop_infoopt | PIXAROMA_CROP_INFO | Wire the 'crop_info' output of Image Crop Pixaroma here. It carries the original image and where the crop came from, so the edited crop can be placed back exactly. If left unwired, the edited image just passes through. | |
| featheropt | INT | 00–1024 | Softens the edge of the pasted area by this many pixels so it blends into the original. 0 = hard edge. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | The original image with the edited crop pasted back in place. |
| mask | MASK | The full-frame mask: the original mask with the crop region updated from the wired mask (or unchanged if none). Use it to keep transparency, e.g. feed it into Join Image with Alpha. |
| crop_info | PIXAROMA_CROP_INFO | The same crop_info passed straight through, so you can forward it to another node without re-routing the wire from Image Crop. |