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.
public class ImageVectorizer
Constructors
Name | Description |
---|
ImageVectorizer() | Initializes a new instance of the ImageVectorizer class. |
ImageVectorizer(ImageVectorizerConfiguration) | Initializes a new instance of the ImageVectorizer class. |
Properties
Name | Description |
---|
Configuration { get; set; } | The configuration of image vectorization methods and options |
Methods
Name | Description |
---|
Vectorize(Stream) | Vectorizes raster image from the specified stream. |
Vectorize(string) | Vectorizes raster image from the specified file. |
See Also