PVL Get Image Size

PVL_Get_Image_Size

Reads the input image and outputs: - width (int) - height (int) - scaled width for 1Mpx (1K) area - scaled height for 1Mpx (1K) area - rounded integer aspect ratio (e.g., 16:9) - closest standard aspect ratio from a fixed list

Pack: ComfyUI Assistant Node

custom_nodes.comfyui-pvl-api-nodes

Inputs (1)

NameTypeRequired
imageIMAGErequired

Outputs (6)

NameType
widthINT
heightINT
width_1KINT
height_1KINT
rounded_aspect_ratioSTRING
standard_aspect_ratioSTRING