mirror of
https://github.com/visioncortex/vtracer.git
synced 2025-12-07 09:36:09 -08:00
Docs
This commit is contained in:
13
Readme.md
Executable file
13
Readme.md
Executable file
@@ -0,0 +1,13 @@
|
||||

|
||||
|
||||
# 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 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.
|
||||
|
||||

|
||||
|
||||

|
||||
Reference in New Issue
Block a user