Image pixelate
Try it interactively →POST /api/image-pixelatePixelate an image: replace each NxN block with the average colour. Configurable block size. Useful for privacy / redaction and stylisation.
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| image* | file | — | Input image (PNG / JPEG / WebP). |
| size | number (2…256) | 16 | Pixel-block edge length. Higher = chunkier. |
| format | enum (png | jpeg | webp) | — | Output format (defaults to input). |
Response
Modes: binary, base64-json. Cache: yes (24h TTL).