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.
- https://magic-image.appspot.com/ https://github.com/cobalys/MagicImage uses this code behind its web interface.