stipplegen/README.md

18 wiersze
606 B
Markdown
Czysty Zwykły widok Historia

2015-02-22 20:19:47 +00:00
# StippleGen
2015-02-22 20:14:03 +00:00
Software that can create stipple drawings and “TSP art,” from image files
2015-02-22 20:19:47 +00:00
Copyright (C) 2015 by Windell H. Oskay, www.evilmadscientist.com
2015-02-22 20:14:03 +00:00
2015-02-22 20:19:47 +00:00
This is a program, written in [Processing](https://www.processing.org), that can take an image file in .jpg, .png, or .gif format, and create from it either a vector stipple drawing or a TSP art vector drawing.
An implementation of Weighted Voronoi Stippling:
http://mrl.nyu.edu/~ajsecord/stipples.html
2015-02-22 20:20:01 +00:00
2015-02-22 20:19:47 +00:00
Full Documentation: http://wiki.evilmadscience.com/StippleGen
2015-02-22 20:20:01 +00:00
2015-02-22 20:19:47 +00:00
Blog post about the release: http://www.evilmadscientist.com/go/stipple2
2015-02-22 20:14:03 +00:00