Overview

The Playbook Aspect Ratio Select node allows users to select a predefined aspect ratio for rendering operations.

🛠️ Node Configuration

Inputs

NameTypeRequiredDefaultDescription
idSTRING“Node ID”Unique identifier for the node.
labelSTRING“Node Label”Label for the node.
default_valueENUM"1:1"The default aspect ratio from the available options.

Outputs

NameTypeDescription
xINTThe width component of the selected aspect ratio.
yINTThe height component of the selected aspect ratio.

📏 Available Aspect Ratios

  • 1:1 (Square)
  • 16:9 (Widescreen)
  • 9:16 (Portrait)
  • 4:3 (Standard TV)
  • 3:4 (Portrait Mode)

⚙️ Functionality

  • Allows users to select an aspect ratio from a predefined list.
  • Maps each selected aspect ratio to its respective width (x) and height (y) values.