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

NameDescription
ImageVectorizer()Initializes a new instance of the ImageVectorizer class.
ImageVectorizer(ImageVectorizerConfiguration)Initializes a new instance of the ImageVectorizer class.

Properties

NameDescription
Configuration { get; set; }The configuration of image vectorization methods and options

Methods

NameDescription
Vectorize(Stream)Vectorizes raster image from the specified stream.
Vectorize(string)Vectorizes raster image from the specified file.

See Also