create_image_tool
Create test image files in multiple formats with custom dimensions, patterns, and target file sizes for testing workflows.
Instructions
Generate a test image (JPEG, PNG, WEBP, BMP) with configurable dimensions, patterns, and approximate target file size.
Examples: 8000x8000 JPEG, approximately 20 MB JPEG, checkerboard PNG.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | ||
| width | No | ||
| format | No | png | |
| height | No | ||
| pattern | No | noise | |
| quality | No | ||
| filename | No | ||
| overwrite | No | ||
| background | No | 808080 | |
| target_size_kb | No | ||
| target_size_mb | No | ||
| output_directory | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |