Image crop to circle
Try it interactively →POST /api/image-crop-circleCrop an image to a circular shape with transparent corners. Output is PNG. Useful for avatars, profile pictures, and circular thumbnails.
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| image* | file | — | Input image (PNG / JPEG / WebP). |
| feather | number (0…50) | 0 | Edge feathering as a percentage of the circle radius (0 = crisp). |
| format | enum (png | webp) | "png" | Output format. PNG / WebP only — JPEG can't represent the transparent corners. |
Response
Modes: binary, base64-json. Cache: yes (24h TTL).