more double promote fixes, still not complete
This commit is contained in:
parent
806c086fbc
commit
914daffa39
@ -105,6 +105,7 @@ set(RTENGINESOURCEFILES
|
|||||||
lj92.c
|
lj92.c
|
||||||
lmmse_demosaic.cc
|
lmmse_demosaic.cc
|
||||||
loadinitial.cc
|
loadinitial.cc
|
||||||
|
munselllch.cc
|
||||||
myfile.cc
|
myfile.cc
|
||||||
panasonic_decoders.cc
|
panasonic_decoders.cc
|
||||||
pdaflinesfilter.cc
|
pdaflinesfilter.cc
|
||||||
|
1379
rtengine/color.cc
1379
rtengine/color.cc
File diff suppressed because it is too large
Load Diff
@ -20,16 +20,16 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <array>
|
#include <array>
|
||||||
#include <glibmm/ustring.h>
|
|
||||||
|
|
||||||
#include "rt_math.h"
|
#include "rt_math.h"
|
||||||
#include "LUT.h"
|
#include "LUT.h"
|
||||||
#include "iccmatrices.h"
|
|
||||||
#include "lcms2.h"
|
#include "lcms2.h"
|
||||||
#include "sleef.h"
|
#include "sleef.h"
|
||||||
|
|
||||||
#define SAT(a,b,c) ((float)max(a,b,c)-(float)min(a,b,c))/(float)max(a,b,c)
|
namespace Glib
|
||||||
|
{
|
||||||
|
class ustring;
|
||||||
|
}
|
||||||
namespace rtengine
|
namespace rtengine
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -33,6 +33,7 @@
|
|||||||
#include "opthelper.h"
|
#include "opthelper.h"
|
||||||
#include "ciecam02.h"
|
#include "ciecam02.h"
|
||||||
#include "color.h"
|
#include "color.h"
|
||||||
|
#include "iccmatrices.h"
|
||||||
#include "iccstore.h"
|
#include "iccstore.h"
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
1232
rtengine/munselllch.cc
Normal file
1232
rtengine/munselllch.cc
Normal file
File diff suppressed because it is too large
Load Diff
@ -25,6 +25,7 @@
|
|||||||
#include "dcp.h"
|
#include "dcp.h"
|
||||||
#include "dfmanager.h"
|
#include "dfmanager.h"
|
||||||
#include "ffmanager.h"
|
#include "ffmanager.h"
|
||||||
|
#include "iccmatrices.h"
|
||||||
#include "iccstore.h"
|
#include "iccstore.h"
|
||||||
#include "imagefloat.h"
|
#include "imagefloat.h"
|
||||||
#include "improcfun.h"
|
#include "improcfun.h"
|
||||||
|
@ -31,6 +31,7 @@
|
|||||||
#include "colortemp.h"
|
#include "colortemp.h"
|
||||||
#include "curves.h"
|
#include "curves.h"
|
||||||
#include "dcp.h"
|
#include "dcp.h"
|
||||||
|
#include "iccmatrices.h"
|
||||||
#include "iccstore.h"
|
#include "iccstore.h"
|
||||||
#include "image8.h"
|
#include "image8.h"
|
||||||
#include "improcfun.h"
|
#include "improcfun.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user