Fix blur radius when using the Fourier method

Fix the formula, adapt old pp3s, and change the maximum blur radius
where applicable.
This commit is contained in:
Lawrence Lee
2024-10-27 18:45:58 -07:00
parent ca329d9013
commit 9b16f407aa
7 changed files with 58 additions and 23 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 351
#define PPVERSION 352
#define PPVERSION_AEXP 301 //value of PPVERSION when auto exposure algorithm was modified
/*
Log of version changes
352 2024-10-27
FFT Gaussian blur radius fixed
351 2024-06-19
take into account Global in selective editing
350 2023-03-05