Releases: danielmevit/vecto
Release list
Vecto v0.4.2
Second public release of Vecto — free open-source PNG/JPG to SVG vectorizer for Windows.
Planar image tracing: every boundary between two shapes is fitted once and shared, so the output has no hairline gaps or overlaps. Straight edges become true lines, circles become exact arcs, edges are placed with sub-pixel precision. Dark designer UI with live side-by-side compare, plus a headless CLI.
What's new
Sub-pixel corners. Corners no longer sit on the pixel grid. Each validated corner moves to the intersection of least-squares lines fitted to its flanks, straight sides are fitted as a single shared line from both ends, and directions within 1° of a 45° multiple snap exactly. An anti-aliased box with edges at fractional positions now traces to exactly four mathematically axis-aligned lines, within ~0.001 px of the true edge positions. Across the ground-truth benchmark, mean colour error drops 1–7% and the large-error tail 4–10%.
Two known limits, both tracked in the ROADMAP: junctions where three or more regions meet are still pinned to the pixel lattice, and corners whose anti-aliasing chamfers them can escape corner detection entirely.
Portable mode. A portable.txt file beside Vecto.exe makes the app keep settings.json in its own folder instead of %APPDATA%. The portable ZIP ships with the marker in place — delete it if you would rather have settings in %APPDATA%\Vecto.
MSIX package. A signed sideload package is now built alongside the other artifacts, ahead of a Microsoft Store submission.
App and CLI. PNG export of the traced result; a Nodes view drawing every path outline with node markers; persistence of the last-used palette, style and detail plus window size and state; and a CLI batch mode that accepts wildcards and an --out-dir.
Install
- Vecto-0.4.2.exe — the desktop app, single file, self-contained (no .NET needed). Download and run.
- Vecto-0.4.2-win-x64.zip — portable: the app, the
vectoCLI incli\, and the portable marker. - Vecto-0.4.2-windows-x64.msix — sideload package. Import
Vecto-msix-signing.cerinto Local Machine -> Trusted People once, then double-click the MSIX. - vecto-0.4.2-linux-x64, -osx-x64, -osx-arm64 — the headless CLI, self-contained.
chmod +xand run. - Or build from source: see the README.
Windows SmartScreen may warn on first run (new, unsigned executable): More info -> Run anyway.
SHA-256
d383449665d8f30c5b406bb0e7b71c6aceaedec64dbb8ab66ab8203917f7d640 Vecto-0.4.2.exe
ab1765817a65f61ac9823a87a23e8674e8bbb33c0e433a8a7df37cfe1d763bd4 Vecto-0.4.2-win-x64.zip
74b796ca054c920c7625c3cd6a1e8dd9af4df13acd1e62ac2fbce540be12a5e4 Vecto-0.4.2-windows-x64.msix
f7e0df8b9136b3d65e1f7ad9fe1eca2d685564bf547616039e7ced08a02acefd vecto-0.4.2-linux-x64
d0ecf5f1e81890520608ef395e3231847d569af0d5dba9c22e3c304477e58992 vecto-0.4.2-osx-x64
043f379019cdc458cc740d0d12e43ba3605cf3ebe030e6bd0c6fdd29a3caf856 vecto-0.4.2-osx-arm64
8a5bb46e2d5a42c1b260c607f573565fcd36c4ea44641a1ee4ec0de434774ade Vecto-msix-signing.cer
Vecto 0.4.1 — first public release
First public release of Vecto — free open-source PNG/JPG to SVG vectorizer for Windows.
Planar image tracing: every boundary between two shapes is fitted once and shared, so the output has no hairline gaps or overlaps. Straight edges become true lines, circles become exact arcs, edges are placed with sub-pixel precision. Dark designer UI with live side-by-side compare, plus a headless CLI.
Install
- Vecto-0.4.1.exe — the desktop app, single file, self-contained (no .NET needed). Download and run.
- Vecto-0.4.1-win-x64.zip — app + vecto CLI + license.
- Or build from source: see the README.
Windows SmartScreen may warn on first run (new, unsigned executable): More info -> Run anyway.
SHA-256
4af7a5fc57fcc4b6b6810791598d88069e5154ba985214ade1f1632bf3a42f0d Vecto-0.4.1.exe
3ded38f9fbe46249495c520a095083c679dcbf965fb15eea6fae0ef41f047dcd Vecto-0.4.1-win-x64.zip