Controls / Width
Sets the horizontal size.
Resize Deep image dimensions
Changes the image dimensions of a Deep stream while preserving its depth-aware sample structure.
dResize is used when Deep sources need matching frame dimensions before they can be combined or passed downstream. Unlike an ordinary Resize, it operates on Deep data where each pixel may contain multiple depth samples.
Overview
dResize is used when Deep sources need matching frame dimensions before they can be combined or passed downstream. Unlike an ordinary Resize, it operates on Deep data where each pixel may contain multiple depth samples.
Think of it as resizing the Deep canvas without intentionally flattening the stacked Z information inside each pixel.
Flow anatomy
The port structure shows how this node fits into a Fusion graph.
Source image for the operation.
Optional mask that limits where the node affects the image.
The processed result from this node.
Inspector
Start with these controls before reaching for more complicated workarounds.
Sets the horizontal size.
Sets the vertical size.
Opens the standard Fusion node settings for comments, connection display and render-script housekeeping.
These controls organize or automate the node; they do not define the creative look of the effect itself.
Practical setup
Check the dimensions of every Deep source.
Set the target width and height.
Keep aspect ratio intentional.
Inspect the result through DeepToImage.
Continue with dMerge or other Deep processing.
Examples
Resize a Deep pass before combining it with another source.
Temporarily reduce a heavy Deep branch for design work.
Troubleshooting
Production notes
Related nodes