krita_create_document
Create a new Krita document with a specified width, height, and name, using RGBA/U8/sRGB format and an active view. Supports up to 16 megapixels.
Instructions
Create a bounded RGBA/U8/sRGB document with an active view (maximum 16 megapixels). Reuse operation_id on retries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| width | Yes | ||
| height | Yes | ||
| instance_id | Yes | ||
| operation_id | Yes |