The tracer quantises your PNG into a small number of colour regions, finds the boundary of each region, and fits Bezier curves along those boundaries. The result is real SVG geometry — paths and fills, not a pixel image wrapped in XML.
װעט די SVG זײַן אױסגעפֿירט אױסצוזען ווי מײַן PNG?
+
Close, not identical. Curve fitting smooths jagged pixel edges, which usually looks better on a logo and worse on a texture. Expect small colour merges where two similar shades were adjacent in the PNG.
ווי אַזוי װעל איך באַקומען די בעסטער שטראָף פֿון מײַן PNG?
+
Feed it the highest-resolution, least-compressed PNG you have, with high contrast and as few colours as possible. Remove JPEG artefacts and dithering first if you can — the tracer treats compression noise as real edges and faithfully vectorises it.
וויפֿל פֿאַרב וועט SVG האָבן?
+
You choose. Fewer colours give simpler, smaller, more editable SVG output; more colours track the PNG more closely at the cost of path count. Two to eight colours is the sweet spot for a logo.
קען איך רעדאַגירן די SVG נאָך אין Illustrator אָדער Inkscape?
ניט. טעקסט װאָס איז געװען פֿאַרװאַנדלט אין PNG איז איצט בילדצעלן, און דער װײַז־פֿאַרב װײַזט די בילדצעלן אױס אין װײַז־פֿאַרב־אויסבראָך װאָס זעט אויס ווי אַ בײטעלע. װי צו באַקומען דעם אמתן טעקסט צוריק, זאָלסט עס איבערשרײַבן אין אַ װעקטאָר־רעדאַקטאָר און צוצופּאַסן דעם שריפֿט
צי די דורכזעיקייט אין PNG איז דורכגעפֿירט?
+
Transparent regions are simply left unfilled in the SVG, which is the vector equivalent. Semi-transparent pixels are approximated to the nearest opaque fill or dropped, since a traced region has one flat fill rather than a per-pixel alpha value.