Guide
How to vectorize a logo
A logo that only exists as a small JPG can be traced back into editable vector paths. Here is how to prepare the source, choose settings that suit flat artwork, and clean up the result afterwards.
Read article →Blog
Practical guides to vectorizing logos, choosing between SVG and PNG, building SVG favicons, picking a color count for tracing, and shrinking oversized SVG files.
Guide
A logo that only exists as a small JPG can be traced back into editable vector paths. Here is how to prepare the source, choose settings that suit flat artwork, and clean up the result afterwards.
Read article →Comparison
The two formats solve different problems. SVG describes shapes with coordinates and curves; PNG stores a fixed grid of pixels. Here is how they compare on scaling, size, transparency, and editing — and a simple rule for picking one.
Read article →Guide
One SVG can replace the stack of 16, 32, and 48-pixel bitmaps a favicon used to require. Here is how to design artwork that survives at 16 pixels, the markup to reference it, and the fallback still worth keeping.
Read article →Settings
The color count is the single setting that most affects a traced result. It sets the palette size before any outlines are fitted, which decides how clean the paths are, how faithful the colors look, and how large the file ends up.
Read article →Troubleshooting
An SVG that weighs more than the image it came from is a path-count problem, not a compression problem. Here is what inflates the path count, how to tell which cause you have, and what actually shrinks the file.
Read article →