A Magic Eye autostereogrm generator
pip install -r requirements.txt
Or with virtual enviroment:
python -m venv venv && source venv/bin/venv && pip install -r requirements.txt
python magic.py -p path-to-background-pattern.png -d path-to-depthmap.png -o result.png
Background pattern:
Depthmap:
Result:
python magic.py -h
This project is licensed under the MIT License - see the LICENSE.md file for details