chrislemelin / tonemapper

Tone Mapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tone Mapper

Description

Tone Mapper is a a small application to compare and apply various tone mapping operators. It features an interactive preview and a simple GUI to tweak different parameters.

It was written for the Multimedia Communications course at ETH Zürich (Fall Semester 2015).

Available operators:

Currently, only OpenEXR (.exr) input files are supported. A sample image (example.exr) is included in the project directory.

Building

Clone the repository with all dependencies and use CMake to generate project files for your favourite IDE or build system. Unix example using make:

git clone https://github.com/tizian/tonemapper.git --recursive
cd tonemapper
mkdir build
cd build
cmake ..
make

Alternatively, pre-compiled builds are available here:

Third Party Code

The following libraries have been used:

License

Tone Mapper is provided under the MIT License.

See the LICENSE.txt file for the conditions of the license.

About

Tone Mapper

License:MIT License


Languages

Language:C++ 93.3%Language:C 6.4%Language:CMake 0.3%