Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The ImageScaleToMaxDimension node resizes images to fit within a specified maximum dimension while maintaining the original aspect ratio. It calculates whether the image is portrait or landscape oriented, then scales the larger dimension to match the target size while proportionally adjusting the smaller dimension. The node supports multiple upscaling methods for different quality and performance requirements.

Inputs

ParameterData TypeRequiredRangeDescription
imageIMAGEYes-The input image to be scaled
upscale_methodSTRINGYes”area"
"lanczos"
"bilinear"
"nearest-exact"
"bicubic”
The interpolation method used for scaling the image
largest_sizeINTYes0 to 16384The maximum dimension for the scaled image (default: 512)

Outputs

Output NameData TypeDescription
imageIMAGEThe scaled image with the largest dimension matching the specified size