set_render_resolution
Define the render output size by specifying width, height, and resolution percentage for precise control over final image dimensions.
Instructions
Set the render resolution.
Args: width: Render width in pixels. Range: 1-8192. height: Render height in pixels. Range: 1-8192. percentage: Resolution percentage scale. Range: 1-100.
Returns: Confirmation dict with the new resolution settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | Yes | ||
| height | Yes | ||
| percentage | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||