Issue 2837: added 'Perceptual' tone curve

This commit is contained in:
torger
2015-07-26 20:37:44 +02:00
parent c5546d2120
commit 6bb0d15ff0
9 changed files with 526 additions and 5 deletions

View File

@@ -2,12 +2,15 @@
#define _PPVERSION_
// This number has to be incremented whenever the PP3 file format is modified or the behaviour of a tool changes
#define PPVERSION 325
#define PPVERSION 326
#define PPVERSION_AEXP 301 //value of PPVERSION when auto exposure algorithm was modified
/*
Log of version changes
325 2015-07-23 Normalized RGB pipeline curve gammas to sRGB (before it was a mix between sRGB and 1.0 and depended on file format)
326 2015-07-26
[Exposure] Added 'Perceptual' tone curve mode
325 2015-07-23
[Exposure] [RGB Curves] [B&W] Normalized RGB pipeline curve gammas to sRGB (before it was a mix between sRGB and 1.0 and depended on file format)
323 2015-10-05
[Exposure] Added 'Luminance' tone curve mode
322 2015-01-31