pixel2svg - Convert pixel art to SVG
Project description
About
pixel2svg converts pixel art to SVG - pixel by pixel.
Prerequisites
Python 2.x http://www.python.org
Python Imaging Library (PIL) http://www.pythonware.com/products/pil/
Installation
Unzip the file, then at the command line run
python setup.py install
Usage
Usage: pixel2svg [--overlap] IMAGEFILE Options: --version show program's version number and exit -h, --help show this help message and exit --squaresize=SQUARESIZE Width and heigt of vector squares in pixels, default: 40 --overlap If given, overlap vector squares by 1px
Running
pixel2svg.py IMAGE.EXT
will process IMAGE.EXT and create IMAGE.svg.
EXT can be any format (png, jpg etc.) that can be read by the Python Imaging Library.
License
pixel2svg is licensed under the GPL. See the file COPYING for details.