stipplegen/README.md

17 wiersze
830 B
Markdown

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
Copyright (C) 2016 by Windell H. Oskay, www.evilmadscientist.com
2015-02-22 20:14:03 +00:00
2015-02-22 21:00:09 +00:00
![Snap! Screenshot](https://raw.github.com/evil-mad/stipplegen/master/examples/screenshots/7368233514_59f7d25603.jpg)
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](https://en.wikipedia.org/wiki/Travelling_salesman_problem) art vector drawing.
2015-02-22 20:19:47 +00:00
An implementation of Weighted Voronoi Stippling:
2022-04-09 00:45:16 +00:00
https://web.archive.org/web/20210106025705/https://mrl.cs.nyu.edu/~ajsecord/stipples.html
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