Convert Bitmap images to SVG via PHP
A simple utility leveraging PHP in order to convert Bitmap images to Scalable
Vector Graphics.
Front end has been whipped up using the fabulous
Bootstrap and a little jQuery.
As of right now, Vectorizer only runs on Linux. I’m sure with a little doing,
you can run it via Cygwin.
Requires Autotrace and PHP5. PHP5-dev would probably be nice to have.sudo apt-get install autotrace PHP5 PHP5-dev (if apt is your package manager).
From here, open your browser of choice and navigate to index.html
The rest…well the rest is pretty self explanatory huh? Enjoy.