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

ConstructorDescription
initInitializes a new instance of the ImageVectorizer class.
initInitializes a new instance of the ImageVectorizer class.

Properties

PropertyDescription
configurationThe configuration of image vectorization methods and options

Methods

MethodDescription
vectorizeVectorizes raster image from the specified file.
vectorizeVectorizes raster image from the specified stream.

See Also