A Python 3 script to allow you to render images as if they were painted. Loosely follows this SIGGRAPH paper.
The dependencies are:
pycairo==1.10.0
numpy==1.11.1
scipy==0.18.1
Pillow==4.0.0
You can install them by running:
pip install -r requirements.txt
Typical usage may look something like this.
$ python painterly-rendering.py -i test-images/haruhi.png -q high
You can use the -h
option to see the built-in help.
$ python painterly-rendering.py -i test-images/haruhi.png -q high -l
$ python painterly-rendering.py -i test-images/mountain.jpg
$ python painterly-rendering.py -i test-images/flower.jpg
$ python painterly-rendering.py -i test-images/ross.jpg -q high