Blaze is a CPU-based, multithreaded vector graphics rasterizer designed to outperform publicly available libraries by subdividing the screen into intervals and distributing rasterization work across threads, avoiding the single-core bottleneck of traditional scanline rasterizers.
GetSVG is a browser-based tool that converts PNG, JPG, and WebP images into editable SVG files without uploading data to servers. It uses WebAssembly to trace images into vector paths grouped by color, with preset options optimized for logos, lettering, icons, and illustrations, plus additional SVG editing tools.