Vector AI Magic is built around one obsession: making your SVG output look identical to the source image,
down to the pixel, without relying on embedded bitmaps.
🧩
Adaptive Gradient Tile Engine
The core algorithm subdivides your image into a quadtree of tiles, each filled with a
linearGradient. Tiles split recursively when colour error exceeds your threshold —
giving pixel-level precision where it matters, efficiency where it doesn't.
🎯
99–100% Visual Match
Per-pixel channel error under 10 on most PNG sources. The output is visually indistinguishable
from the original at any zoom level. JPEG sources score 95–99% due to compression artefacts
in the source — the maths is the same, the source isn't.
🔬
Full Pipeline Control
Tune every stage: max tile size, min tile size, split threshold, upscaling (RealESRGAN AI),
bilateral pre-filtering, background removal, colour quantisation, gradient detection,
and path cleanup. Or hit Auto-Detect and let it choose.
🤖
AI Super-Resolution Upscaling
Optionally upscale your source 2× or 4× with RealESRGAN before vectorising.
This recovers fine detail lost to low-resolution or JPEG compression, giving the
vectoriser more information to work with and a sharper final SVG.
📐
Pure SVG Output
Output uses only standard SVG primitives: <rect> elements with
<linearGradient> fills. No embedded PNG, no base64 blobs, no proprietary
extensions. Open the result in Inkscape, Adobe Illustrator, or any browser and it just works.
🖼
Multiple Input Formats
Drop PNG, JPG, BMP, TIFF, or WebP files directly onto the interface. Batch processing
planned for a future release. Export to SVG with one click, or route through Inkscape
for EPS output if installed.
⚡
Smart Analysis
Auto-Detect analyses your image and configures the full pipeline automatically —
choosing upscale factor, bilateral filter strength, quantisation, gradient detection
sensitivity, and path cleanup level based on image content.
🎨
Traditional Pipeline Too
Alongside the gradient tile engine, the classic vectorisation pipeline is still
available: bilateral filtering → colour quantisation → contour tracing → gradient
detection → path optimisation → SVG assembly. Ideal for logos and flat-colour artwork.
🔐
Simple Activation
Install, enter your email address — done. The app contacts the Modulnon server
and activates automatically. No product keys to copy, no hardware tokens. Use on
up to 2 machines per license.