/Anaglyph3DGen

A simple Qt Application to generate anaglyph 3D image.

Primary LanguageC++GNU Affero General Public License v3.0AGPL-3.0

Anaglyph3DGen

Introduction

Anaglyph is a simple Qt application to generate anaglyph 3D image.

Ths program takes 3 input : Image for left eye, image for right eye, and an offset.

The program will convert both images to greyscale image, in a simple way : (Red + Green + Blue) / 3. Which might be inaccurate. Then it assign the grey scale to red / blue channel of left / right part of the image, generating the final result.

The distance between the left and the right part of the image is the offset specified by user

Example

Here's an example of this application ( Offset = 20px )

Image for left eye:

Image for left eye

Image for right eye:

Image for left eye

Result:

Result