Skip to content

jwustrack/shapart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependencies

Python3 / virtualenv

virtualenv env
source env/bin/activate
pip install -r requirements.txt

User interface

python win.py <inputimage> <width> <height> <scalefactor> <shapesfile>

E.g.:

python win.py orig.jpg 1047 785 1 shapes.txt

Render

python draw.py <width> <height> <shapesfile> <outimage>

E.g.:

python draw.py 10470 7850 shapes.txt art.png

About

Creates art from a photo by randomly placing shapes on a canvas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages