Resize
Scales an image to exact pixel dimensions or by percentage, with aspect ratio control.
Resize changes the image dimensions either to exact pixel values or by a percentage of the original size. The default mode is Percentage (100% × 100%), so new Resize nodes pass through input dimensions unchanged until you adjust them. Three fit modes handle aspect ratio: Stretch, Fit (letterbox), and Fill (crop).
Connect a size_ref image to size the output from another image instead of typed values. The Match control then picks which reference dimensions to adopt: both axes (output is exactly the reference size), width only, or height only. Matching a single axis derives the other from the source aspect ratio, so there is no distortion or padding.
Use Resize for standardizing asset sizes in your pipeline or for creating multiple size variants from a single source.
Parameters
Section titled “Parameters”Pins
Transform
Exact Size: specify output dimensions in pixels. Percentage
Target output width in pixels
Target output height in pixels
How to handle aspect ratio mismatch
Which size_ref dimensions to adopt. Both Axes: output is exactly the reference size. Width Only / Height Only: match that axis and derive the other from the source aspect ratio (no distortion, no padding)
Horizontal scale factor as a percentage of the input width
Vertical scale factor (tracks X when Lock Aspect is on)
When checked, Y scale tracks X scale to preserve aspect ratio
Resampling filter used when scaling. Nearest: sharp pixels (pixel art). Bilinear: smooth, fast. Lanczos
Usage Tips
Section titled “Usage Tips”- Use Lanczos filtering for the best quality when downscaling photographs.
- Use Nearest filtering when resizing pixel art to keep crisp edges without blurring.
- Lock Aspect in percentage mode to scale uniformly.
- Percentage sliders show two decimal places for pixel-level precision.