mirror of
https://github.com/visioncortex/vtracer.git
synced 2026-09-26 05:51:21 -07:00
Reword the desktop app feature list
Each bullet leads with the feature and states the user-visible win. Native speed (vs the old wasm webapp), the A/B sliding comparator, and the curve inspector head the list; watershed clustering and curve simplification join from the 1.0 engine.
This commit is contained in:
@@ -50,12 +50,16 @@ Technical descriptions of the [tracing algorithm](https://www.visioncortex.org/v
|
||||
|
||||

|
||||
|
||||
VTracer App features:
|
||||
The familiar web-app workflow, now on the native 1.0 engine:
|
||||
|
||||
+ Higher performance
|
||||
+ Adaptive thresholding in B/W mode
|
||||
+ Perfect cutout mode
|
||||
+ Fixed color palette
|
||||
+ **Native speed** — the engine runs natively instead of in-browser wasm, so conversions are quicker
|
||||
+ **A/B comparator** — a sliding split view to check the trace against the original
|
||||
+ **Curve inspector** — examine the fitted curves up close
|
||||
+ **Seam-free cutout** — a true gapless tessellation with shared boundaries, no cracks between shapes
|
||||
+ **Watershed clustering** — content-adaptive regions that follow object shape, with one interactive detail slider
|
||||
+ **Curve simplification** — the fewest curves within a pixel tolerance, typically halving file size
|
||||
+ **Adaptive B/W thresholding** — handles scans and photos with uneven lighting
|
||||
+ **Fixed color palettes** — snap the output to your own colors
|
||||
|
||||
## Cmd App
|
||||
|
||||
|
||||
Reference in New Issue
Block a user