Aspose.Svg.ImageVectorization Namespace |
Class | Description | |
---|---|---|
![]() | ImageTraceSimplifier |
The ImageTraceSimplifier class is responsible reducing the number of points in a curve that is approximated by a series of the trace points.
|
![]() | ImageTraceSmoother |
The ImageTraceSimplifier class is responsible for smoothing the number of points in a curve that is approximated by a series of the trace points.
This class implement nearest-neighbor approach.
|
![]() | ImageVectorizer |
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.
|
![]() | ImageVectorizerConfiguration |
The ImageVectorizerConfiguration class defines a configuration of image vectorization methods and options.
The configuration is used to initialize an ImageVectorizer and provides the configuration options for
vectorizing images.
|
![]() | PathBuilder |
The PathBuilder class is responsible for building path segments SVGPathSeg from list of the trace points.
|
Interface | Description | |
---|---|---|
![]() | IImageTraceSimplifier |
The IImageTraceSimplifier interface is responsible for reduction of points in the trace.
|
![]() | IImageTraceSmoother |
The IImageTraceSmoother interface is responsible for smoothing trace.
|
![]() | IPathBuilder |
The IPathBuilder interface is responsible for building path segments SVGPathSeg from list of the trace points.
|