mirror of
https://github.com/visioncortex/vtracer.git
synced 2025-12-06 17:15:41 -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.
|
||||
|
||||

|
||||
|
||||

|
||||
File diff suppressed because one or more lines are too long
BIN
docs/images/screenshot-01.png
Executable file
BIN
docs/images/screenshot-01.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 160 KiB |
BIN
docs/images/screenshot-02.png
Executable file
BIN
docs/images/screenshot-02.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 192 KiB |
BIN
docs/images/visioncortex-banner.png
Executable file
BIN
docs/images/visioncortex-banner.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
@@ -136,6 +136,8 @@
|
||||
VTracer
|
||||
</div>
|
||||
<div class="uk-navbar-right uk-padding-small">
|
||||
<a class="uk-button uk-button-default" href="//github.com/visioncortex/vtracer">GitHub</a>
|
||||
|
||||
<a id="export" class="uk-button uk-button-primary">Download as SVG</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user