🪠️ WWAA Image Dimension Calculator

WWAA_ImageDimensionCalculator

Calculates upscaled image dimensions from a single input image based on a decimal scale factor. Automatically rounds the resulting width and height to the nearest multiple of the specified factor (16, 32, or 64) while preserving the original aspect ratio. Does not actually upscale the image, only outputs the calculated integer dimensions.

Pack: WWAA-CustomNodes

custom_nodes.WWAA-CustomNodes

Inputs (3)

NameTypeRequired
imageIMAGErequired
scale_factorFLOATrequired
multiple_ofCOMBOrequired

Outputs (2)

NameType
widthINT
heightINT