else/PixelsToSVG/README.md
2017-05-06 18:29:10 -07:00

310 B

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