create_placeholder
Generate low-quality image placeholders (LQIP) for lazy loading. Accepts an image path or URL and outputs base64, data URI, or file with adjustable blur and size.
Instructions
Generate a low-quality image placeholder (LQIP) for lazy loading
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blur | No | Blur amount 0.3-1000 (default: 5) | |
| input | Yes | Input image path or URL | |
| width | No | Placeholder width (default: 20px) | |
| format | No | Output format: base64 string, data URI, or file (default: datauri) | |
| height | No | Placeholder height (auto-calculated if not specified) | |
| quality | No | JPEG quality 1-100 (default: 40) | |
| outputPath | No | File path when format is "file" |