text_create
Creates an editable GIMP text layer at a specified pixel position and returns the new layer ID for further artwork edits.
Instructions
Create an editable GIMP text layer at pixel position x/y. Size is pixels; returns the new layer_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| size | No | ||
| text | Yes | ||
| font_name | No | Sans | |
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||