ps_create_document
Create a new Photoshop document with specified pixel dimensions, including optional height and document name. Accepts natural language requests like 'new 800x800 canvas' to set up the exact size.
Instructions
在 Photoshop 中新建指定像素尺寸的文档。当用户说“新建一个 800x800 的 Photoshop 文档”“建一个 1920x1080 的画布”时使用。width 宽度像素,height 高度像素(默认等于 width),name 文档名可选。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | 文档名,可选 | |
| width | Yes | 宽度(像素) | |
| height | No | 高度(像素,默认等于宽度) |