14 lines
310 B
Markdown
14 lines
310 B
Markdown
|
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
|