merge with dev

This commit is contained in:
Desmis
2019-11-07 08:09:21 +01:00
415 changed files with 4312 additions and 5300 deletions

View File

@@ -19,11 +19,14 @@
#include "stdimagesource.h"
#include "color.h"
#include "curves.h"
#include "iccstore.h"
#include "image8.h"
#include "image16.h"
#include "imagefloat.h"
#include "imageio.h"
#include "mytime.h"
#include "procparams.h"
#include "utils.h"
#undef THREAD_PRIORITY_NORMAL
@@ -32,8 +35,6 @@ namespace rtengine
using namespace procparams;
ProcParams* params;
extern const Settings* settings;
template<class T> void freeArray (T** a, int H)
{
for (int i = 0; i < H; i++) {