image-poster-generate
Generates a brand-new poster with a layout from scratch. Supports pure text descriptions or product/portrait images as material input, with multiple styles and sizes available. Cannot be used to re-edit an existing poster (changing backgrounds, text, elements, or dimensions).
meitu image-poster-generate
Usage Examples
# Scenario 1: Pure text description poster (required parameters only)
meitu image-poster-generate \
--prompt "Tech product launch poster, blue sci-fi style" \
--json
# Scenario 2: With material image + specified style
meitu image-poster-generate \
--image_list ./product.jpg \
--prompt "Fashion item promotional poster" \
--model GummyV4.5 \
--json
# Scenario 3: Specify aspect ratio + download results
meitu image-poster-generate \
--image_list ./product.jpg \
--prompt "Minimalist skincare product poster" \
--ratio 3:4 \
--size 2K \
--json \
--download-dir ./outputParameter Reference
| Parameter | Required | Description |
|---|---|---|
--image_list | No | Aliases: --image |
--prompt | Yes | Type: string |
--model | No | Type: string |
--size | No | Type: string |
--ratio | No | Type: string |
--output_format | No | Type: string |
--enhance_prompt | No | Type: string |
--enhance_template | No | Type: string |
--download-dir | No | Type: string |
--output | No | Type: string[] |
--json | No | Output results in JSON format for easy script or agent parsing |