disaverio / Autostereogram

Autostereogram building tool based on GTK3.x and Cairo graphics lib.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Autostereogram

Software to create Autostereograms starting from a b/w depth map.

Implementation adopts GTK3.x toolkit and Cairo graphics lib.

Howto

Compilation (for linux system)

In source directory:

mkdir build
cd build
cmake ..
make

Run with:

./autostereogram -f path/to/depth_map.ext [-b random | striped]

Example (from build folder):

./autostereogram -f ../depth_maps/shark.png

Depth map: Depth map

Output: Stereograms

About

Autostereogram building tool based on GTK3.x and Cairo graphics lib.

License:MIT License


Languages

Language:C 97.1%Language:CMake 2.9%