Nodes/ComfyUI Assistant Node/PVL Get Image Size
ComfyUI Node

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

By pvlprk·Created about a year ago·Updated 8 months ago· 1
PVL Get Image Size
  • image
  • width
  • height
  • width_1K
  • height_1K
  • rounded_aspect_ratio
  • standard_aspect_ratio
CategoryPVL_tools/image

Inputs (1)

NameTypeDefaultDescription
imageIMAGE

Outputs (6)

NameTypeDescription
widthINT
heightINT
width_1KINT
height_1KINT
rounded_aspect_ratioSTRING
standard_aspect_ratioSTRING