ImageVectorizer class
ImageVectorizer class
This ImageVectorizer class vectorizes raster images like PNG, JPG, GIF, BMP and etc… and returns SVGDocument.
Under vectorization we mean the process of reducing bitmaps to geometric shapes made up from path elements and stored as SVG.
The ImageVectorizer type exposes the following members:
Constructors
Properties
Property | Description |
---|
configuration | The configuration of image vectorization methods and options |
Methods
Method | Description |
---|
vectorize | Vectorizes raster image from the specified file. |
vectorize | Vectorizes raster image from the specified stream. |
See Also