Как конвертировать изображение в SVG онлайн
- Upload an image: Drag and drop a PNG, JPG, GIF, BMP, or WebP file into the drop zone, click to browse your files, or paste an image directly from your clipboard (Ctrl+V).
- Choose a tracing mode: Select Чёрно-белый for single-color silhouettes, Цветной for multi-layer tracing with up to 32 colors, Grayscale for tonal layers, Обнаружение краёв for outlines, or Постеризация for stylized flat-color output.
- Adjust settings: Use the threshold slider (B&W / Edge mode) to control foreground detection. Increase blur to smooth noisy images, raise simplification to reduce path complexity, and set a minimum area to filter out tiny artifacts.
- Edit layers: In Color, Grayscale, and Posterize modes, toggle individual layers on or off, change any layer’s color with the color picker, or delete unwanted layers. All edits support undo/redo (Ctrl+Z / Ctrl+Y).
- Export: Download the SVG file, copy the raw SVG code to your clipboard, or send the result directly to the SVG to 3D converter for 3D extrusion and printing.
Что такое трассировка изображений (векторизация)?
Image tracing — also called vectorization, raster to vector conversion, or bitmap tracing — converts pixel-based images into resolution-independent vector paths. Unlike PNG or JPG files that become blurry when enlarged, SVG vector graphics stay perfectly sharp at any scale, making them ideal for:
- Logos & branding — scale to any size without quality loss
- Icons & UI elements — crisp rendering on all screen densities
- Laser cutting & CNC — machine-readable vector paths
- 3D printing — extrude SVG paths into solid 3D models
- Web graphics — smaller file sizes, CSS styling, and animation support
- Vinyl cutting & screen printing — clean vector outlines for production
Как работает алгоритм конвертации изображений в SVG?
This tool uses a contour-extraction pipeline similar to Potrace. The process works in four stages:
- Preprocessing: The image is optionally blurred and converted to grayscale. In B&W mode, a threshold separates foreground from background. In Color mode, median-cut quantization reduces the palette to the target number of colors.
- Contour tracing: Moore neighborhood tracing walks along the boundaries of each color region to extract closed contour paths.
- Path simplification: The Ramer-Douglas-Peucker algorithm reduces the number of control points while preserving the shape, producing lightweight SVG paths.
- SVG generation: Contours are assembled into an SVG document with properly ordered layers and fill colors.
The entire pipeline runs in a Web Worker thread so your browser stays responsive even with large, complex images.
PNG в SVG vs JPG в SVG — что работает лучше?
PNG images generally produce the best SVG results because PNG uses lossless compression, preserving sharp edges and clean color boundaries. Logos, icons, and illustrations saved as PNG trace very cleanly.
JPG images use lossy compression, which introduces compression artifacts — especially around edges. These artifacts can create noisy SVG paths. To get better results from JPG, increase the Размытие slider to smooth out artifacts and raise Мин. площадь to remove small fragments.
Both formats are fully supported. For photographs, Color mode with 8–16 colors and moderate simplification produces the best artistic vectorized output.
Изображение в SVG vs трассировка Illustrator
Adobe Illustrator’s Image Trace is powerful but requires a paid subscription and desktop installation. The Vextrude Image to SVG Converter offers a compelling free alternative:
- Free forever — no subscription, no account, no limits
- Instant — works in your browser, nothing to install
- Private — images never leave your device
- 5 tracing modes — B&W, Color, Grayscale, Edge Detection, Posterize
- Layer editing — change colors, delete layers, undo/redo
- 3D pipeline — send SVG directly to 3D extrusion
For quick conversions, logo vectorization, and 3D printing workflows, Vextrude is faster and more accessible than desktop tools.


