An open API service indexing awesome lists of open source software.

https://github.com/denilsonsa/autostereogram

Small Python program to generate stereograms, also called Single Image Random Dot Stereogram (SIRDS).
https://github.com/denilsonsa/autostereogram

autostereogram python python-pil stereogram

Last synced: 9 months ago
JSON representation

Small Python program to generate stereograms, also called Single Image Random Dot Stereogram (SIRDS).

Awesome Lists containing this project

README

          

# autostereogram.py

Small Python program to generate stereograms, also called [Single Image Random Dot Stereogram (SIRDS)][1].

Originally written in January 2011. Uses Python 2 and [PIL][].

If I ever touch this repository again, I should update it to Python 3, replace `getopt` with `argparse`, and use [Pillow][] instead of `PIL`. I may even consider rewriting it in JavaScript using canvas.

## Related projects

* uses this code behind its web interface.

[1]: https://en.wikipedia.org/wiki/Autostereogram
[PIL]: http://www.pythonware.com/products/pil/
[Pillow]: https://python-pillow.org/