Transforms raster images into expressive line-art SVG illustrations in under 1.5 seconds. Built with Rust for ultra-fast processing, featuring 4 specialized vectorization backends, GPU acceleration, and an artistic enhancement pipeline for hand-drawn aesthetics.
Converting images to SVGs typically requires desktop software, cloud uploads, or slow online tools. Privacy-conscious users have no fast, local option with artistic control.
Rust compiled to WebAssembly runs entirely in the browser: four vectorization algorithms (edge detection, stippling, centerline, superpixel) with SIMD optimization and Web Worker parallelism.
Live at vec2art.com. Processes 2048x2048 images in under 1.5 seconds with less than 40MB memory. Zero data leaves the browser: ensuring complete client-side privacy.