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).
- Host: GitHub
- URL: https://github.com/denilsonsa/autostereogram
- Owner: denilsonsa
- Created: 2020-06-28T17:28:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-28T19:05:48.000Z (over 5 years ago)
- Last Synced: 2025-03-23T07:28:12.092Z (12 months ago)
- Topics: autostereogram, python, python-pil, stereogram
- Language: Python
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/