Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 671 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 671 Bytes

autostereogram.py

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

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