else/PixelsToSVG
Ethan Dalool b4e6f448a1 main should return args.func(args) value. 2020-02-08 17:24:22 -08:00
..
README.md PixelsToSVG 2017-05-06 18:29:10 -07:00
pixelstosvg.py main should return args.func(args) value. 2020-02-08 17:24:22 -08:00

README.md

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