Width
Sets the horizontal size.
Explicit output resolution
Resamples an image to a chosen pixel width and height using selectable filtering and aspect controls.
Resize is the node to use when the branch needs a specific pixel resolution rather than only a visual scale change.
Overview
Resize changes raster dimensions. That makes it different from Transform, which normally changes how an image is positioned or scaled inside the current frame.
It is useful for preparing graphics, proxy branches, texture inputs, picture-in-picture sources or technical maps that should have known pixel dimensions.
Filter choice affects sharpness and aliasing. High-quality filters are appropriate for final imagery, while simpler filters can be useful for pixel-art or technical data.
Think of Resize as resampling the image onto a new pixel grid with an explicit width and height.
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.
Lets Fusion derive resolution automatically in supported contexts.
Disable it when exact dimensions are required.
Restores Resize dimensions to their original/default size.
Preserves the frame aspect ratio while dimensions change.
Useful for avoiding accidental distortion.
Sets the processing quality for this operation.
Use a lighter setting while building the comp if needed, then verify the final-quality result before render.
Allows output pixel-aspect changes.
Rare in modern square-pixel projects but important for legacy formats.
Chooses the resampling filter.
Different filters trade speed, sharpness and ringing.
Uses nearest-neighbor resampling with no interpolated pixel values.
Uses a fast box filter that averages neighboring pixels.
Uses bilinear interpolation for a fast, smooth resize.
Uses higher-order interpolation for a smoother resize than Linear.
Uses a relatively sharp reconstruction filter that preserves fine detail well.
Sets the softness of gaussian.
Uses the balanced Mitchell filter for a smooth resize with controlled ringing.
Uses a high-quality reconstruction filter designed to retain fine detail.
Practical setup
Determine the exact target dimensions.
Connect the source to Resize.
Set Width and Height or use a suitable automatic mode.
Choose a filter that matches the image type.
Check fine detail and edges at 100% zoom.
Examples
Bring a mismatched graphic to the composition resolution.
Deliberately downsample a branch for a stylized effect.
Troubleshooting
Production notes
Related nodes