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 (ignore aspect), Fit (pad to fill), and Fill (crop to fill).
Use Resize for standardizing asset sizes in your pipeline or for creating multiple size variants from a single source.
Parameters
Section titled “Parameters”Transform
Exact Size (pixels) or Percentage (relative)
Target output width in pixels
Target output height in pixels
Aspect ratio handling
Horizontal scale as % of input width
Vertical scale as % of input height
Y scale tracks X to preserve aspect ratio
Resampling
Exact mode shows Width/Height/Fit Mode. Percentage mode shows Scale X/Scale Y/Lock Aspect.
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.