landscape_image
Generate AI landscape images (1536x1024) for cover images using text prompts. Save images to specified directories with customizable quality settings.
Instructions
Generate a landscape AI image (1536x1024) - works great for cover images - shortcut for generate_ai_image
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | The text prompt for image generation | |
| model | No | AI model to use for generation (optional) | |
| output | No | Output filename (optional), must end in .png | |
| output_dir | Yes | Absolute path direcotry where to save the image (use current folder, or one that make sense for assets) | |
| quality | No | Image quality (low, medium, high, auto) - OpenAI only | high |
| uselibincli | No | Use library imports instead of CLI (default: false) |