htpp

htrdr-image post-processing
git clone git://git.meso-star.fr/htpp.git
Log | Files | Refs | README | LICENSE

commit 99c23c41f8d08c95f4a9b842017200c0bbf29865
parent c9640681dcbeee20d52f1627ed95270aadd13650
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri,  6 Dec 2019 15:24:56 +0100

Merge branch 'release_0.2.1' into develop

Diffstat:
MREADME.md | 7+++++++
Mcmake/CMakeLists.txt | 2+-
2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -29,6 +29,13 @@ informations on CMake. ## Release notes +### Version 0.2.1 + +- Update how the image exposure is handled: the pixels are multiplied by + the exposure priorly to their tone mapping. Previously, it was the tone + mapped pixels that were multiplied by the exposure. +- Fix the man page that wrongly described the tone mapping operator. + ### Version 0.2 - Fix the XYZ to sRGB conversion: the reference white was not correctly set. diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -36,7 +36,7 @@ include_directories(${RSys_INCLUDE_DIR} ${CMAKE_CURRENT_BINARY_DIR}) ################################################################################ set(VERSION_MAJOR 0) set(VERSION_MINOR 2) -set(VERSION_PATCH 0) +set(VERSION_PATCH 1) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) configure_file(${HTPP_SOURCE_DIR}/htpp_version.h.in