Vectorization API – Convert Images to SVG with REST API
Vectorize PNG, JPEG, BMP, GIF, and WEBP images to SVG
Aspose.HTML Cloud v4.0 provides an intuitive REST API to vectorize raster images into scalable SVG format. Supported raster formats include PNG, JPEG, JPG, BMP, GIF, and WEBP. You can vectorize images from URLs, Base64-encoded content, or local files stored on Aspose Cloud storage.
This chapter guides you through image vectorization, including synchronous and asynchronous methods, and offers detailed examples in C# and JavaScript:
- Vectorize from URL – Learn how to vectorize images directly from URLs, controlling vectorization options such as accuracy and colors.
- Vectorize from Base64 – Detailed instructions for vectorizing Base64-encoded image data.
- Vectorize Local Files – Step-by-step guidance on vectorizing local images, beginning with file uploads.
Vectorization Options
Aspose.HTML Cloud provides customizable vectorization options:
- ErrorThreshold: Adjust precision for vectorization; lower values produce higher accuracy.
- MaxIterations: Control maximum iterations for the vectorization algorithm.
- ColorLimit: Limit the number of colors in the output SVG.
- LineWidth: Specify line thickness for the generated vector image.
- Aspose.HTML Cloud REST API is called directly via HTTP requests for detailed control.
- View comprehensive documentation in the Vectorization API Reference.
- Try the free online Image Vectorizer for quick, no-code vectorization.