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
PVL Get Image Size
- image
- width
- height
- width_1K
- height_1K
- rounded_aspect_ratio
- standard_aspect_ratio
CategoryPVL_tools/image
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | — |
Outputs (6)
| Name | Type | Description |
|---|---|---|
| width | INT | — |
| height | INT | — |
| width_1K | INT | — |
| height_1K | INT | — |
| rounded_aspect_ratio | STRING | — |
| standard_aspect_ratio | STRING | — |