Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 389 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 389 Bytes

Example

example

Usage

Install dependencies with:

pip install -r requirements.txt

Use with:

python3 unplify.py <inputfile> [optional argumets]

This generates an output SVG. You can rasterize the SVG however you like. I prefer using inkscape, which you can use with the provided script:

./rasterize.sh [svg filename] [output filename]