Skip to content

OperandOverflow/stereo-anaglyph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BMP anaglyph generator

The BMP anaglyph generator is a tool that allows you to generate stereo monochrome image anaglyphed for red and cyan from bitmap images.

Contents

Building

Important

This tool is built only for Linux platforms, for Windows and Mac users please use VMs.

Prerequisites

Steps

  1. Clone the repository

    git clone https://github.com/OperandOverflow/stereo-anaglyph.git
    cd stereo-anaglyph
  2. Run the script to compile source code

    ./build.sh

Usage

./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.

Feedback

For any questions or feedback, please feel free to reach out to me at [email protected].

Licence

This project is licensed under the MIT License - see the LICENSE file for details.

About

Anaglyph generator from stereograms made in x86 Assembly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published