added a file I forgot at last commit

This commit is contained in:
heckflosse
2015-10-02 23:01:56 +02:00
parent ad4e96b9ca
commit 643a9e7d54

View File

@@ -92,7 +92,6 @@ public:
void convertColorSpace(Imagefloat* image, ColorManagementParams cmp, ColorTemp &wb);// RAWParams raw will not be used for non-raw files (see imagesource.h)
static void colorSpaceConversion (Imagefloat* im, ColorManagementParams cmp, cmsHPROFILE embedded, IIOSampleFormat sampleFormat);
//static void colorSpaceConversion16 (Image16* im, ColorManagementParams cmp, cmsHPROFILE embedded);
static inline double intpow (double a, int b)
{