Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelaya committed Jan 25, 2015
1 parent 7e5836a commit 7f2e345
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -34,8 +34,8 @@ endif (CMAKE_BUILD_TYPE STREQUAL "Release")

# The version number.
set (HDRMERGE_VERSION_MAJOR 0)
set (HDRMERGE_VERSION_MINOR 4)
set (HDRMERGE_VERSION_REV 5)
set (HDRMERGE_VERSION_MINOR 5)
set (HDRMERGE_VERSION_REV 0)
set (HDRMERGE_VERSION ${HDRMERGE_VERSION_MAJOR}.${HDRMERGE_VERSION_MINOR}.${HDRMERGE_VERSION_REV})

# configure a header file to pass some of the CMake settings
Expand Down
11 changes: 10 additions & 1 deletion README.md
Expand Up @@ -62,6 +62,15 @@ If you want to tone-map an image resulting from HDRMerge with a program like Lum

# Feature List

### v0.5.0:

* First Mac OS X build! Thanks to Philip Ries for his help.
* Several bug fixes:
* Fix dealing with images with non-ANSI file names.
* Calculate response function with non-linear behavior.
* Fix file locking issues by transfering Exif tags in memory.
* Correctly calculate the response function of very dark images.

### v0.4.5:

* Better compatibility with other programs, by producing a DNG file that maintains the original layout: frame and active area sizes, black and white levels, etc. *Note that, if you use RawTherapee, you need v4.1.23 or higher to open these files.*
Expand All @@ -76,7 +85,7 @@ If you want to tone-map an image resulting from HDRMerge with a program like Lum
* Better support for more camera models.
* Better rendering of the embedded preview image.
* Change the edit brush radius with Alt+Mouse wheel.
* Several bugfixes.
* Several bug fixes.
* The original embedded preview is not included in the output anymore.
* Fixed some glitches with the edit tools.

Expand Down

0 comments on commit 7f2e345

Please sign in to comment.