Haze removal: backwards compatibility for blend mode, #5972

This commit is contained in:
Ingo Weyrich
2020-10-29 14:47:43 +01:00
parent 31a9cf3fe0
commit 5bababe46f
2 changed files with 12 additions and 2 deletions

View File

@@ -1,11 +1,13 @@
#pragma once
// This number has to be incremented whenever the PP3 file format is modified or the behaviour of a tool changes
#define PPVERSION 348
#define PPVERSION 349
#define PPVERSION_AEXP 301 //value of PPVERSION when auto exposure algorithm was modified
/*
Log of version changes
349 2020-10-29
replaced Haze removal Luminance checkbox with an adjuster to blend between luminance and normal mode
348 2018-09-25
Added Locallab tool parameters
347 2019-11-17