The BMP anaglyph generator is a tool that allows you to generate stereo monochrome image anaglyphed for red and cyan from bitmap images.
Important
This tool is built only for Linux platforms, for Windows and Mac users please use VMs.
-
Clone the repository
git clone https://github.com/OperandOverflow/stereo-anaglyph.git cd stereo-anaglyph -
Run the script to compile source code
./build.sh
./anaglyph <Algorithm> <Left image> <Right image> <Output image>Where <Algorithm> can be C or M, which corresponds to Color and Mono, respectively.
Please note that all the images, both for input and ouput, must be .bmp files.
For any questions or feedback, please feel free to reach out to me at [email protected].
This project is licensed under the MIT License - see the LICENSE file for details.