else/PixelsToSVG/README.md

14 lines
310 B
Markdown
Raw Normal View History

2017-05-07 01:29:10 +00:00
Pixels to SVG
=============
Convert an image into an SVG file where every pixel is a rectangle object. Good idea? Who knows.
Usage:
> pixelstosvg.py <filename> [<output name>]
> pixelstosvg.py image.png
Produces image.png.svg
> pixelstosvg.py image.png special.svg
Produces special.svg