Chris Tsang f0a1369dc4 Docs
2020-10-24 21:57:16 +08:00
2020-10-24 12:03:23 +08:00
2020-10-24 21:57:16 +08:00

logo

VTracer

VTracer is a program to convert raster images (like jpg & png) into vector graphics (svg). It can vectorize graphics and photographs and trace the curves to output compact vector files.

Comparing to Potrace which only accept binarized inputs (Black & White pixmap), VTracer has an image processing pipeline which can handle colored inputs.

Comparing to Adobe Illustrator's Live Trace, VTracer's output is much more compact (less curves) as we adopt a stacking strategy and avoid producing shapes with holes.

A detailed description of the algorithm is at visioncortex.org/vtracer-docs.

screenshot

screenshot

Description
Raster to Vector Graphics Converter
Readme MIT 35 MiB
Languages
Rust 61.5%
JavaScript 23.8%
HTML 9.9%
Python 4.8%