Forum Discussion
Any free png to svg converter that works on PC or Mac?
This is for those who own Adobe Illustrator but prefer a scripted if you are going to convert PNG to SVG perfectly, non-interactive method.
illustrator-mcp- vectorizer: This open-source project automates the vectorization of PNG/JPG images inside Adobe Illustrator using scripts. It generates Extend Script (.jsx) files to control Illustrator, which can then be run manually or through an MCP server.
It offers a vectorize_bitmap tool that can save the result directly as an .ai file, and supports different modes like color, icon, and image-trace for various image types.
bash
python -m illustrator.vectorize_ cli input. png --mode color --jsx script. jsx --output-ai output. ai --colors 32
To convert PNG to SVG perfectly, While illustrator-mcp-vectorizer is an excellent, free (requiring an Illustrator license), and challenging method to automate the conversion of PNG to SVG with professional-grade results, you should not expect a perfect conversion. The goal is to achieve the best possible vector result, which this tool is well-equipped to do through its sophisticated options.