VectorizationOptions class

VectorizationOptions class

Options for vectorization images.

The VectorizationOptions type exposes the following members:

Constructors

Constructor Description
init Initializes VectorizationOptions with default settings.

Properties

Property Description
background_color The background color.
colors_limit The maximum number of colors used to quantize an image. Default value is 25.
enable_vectorization The option to enable vectorization of images. Default is False.
image_size_limit The maximal dimension of the image, defined as the product of image width and height.
line_width The line width, affected by the graphics scale; default is 1.
severity The image trace smoother severity.

See Also