vectorize_image
Convert raster images to SVG vector format. Supports color and binary modes with precision controls. Returns raw SVG XML string. FREE. (FREE)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Vectorization mode | color |
| image | Yes | Base64-encoded PNG/JPEG image | |
| filter_speckle | No | Speckle filter (0-100, higher = fewer small artifacts) | |
| color_precision | No | Color clustering precision (1-10, higher = more colors) |