Moved gamma lookup table from rtthumbnail.* to color.*

This commit is contained in:
heckflosse
2016-02-25 15:45:42 +01:00
parent 24ca91dc61
commit bf66671a6d
5 changed files with 135 additions and 147 deletions

View File

@@ -42,9 +42,6 @@ class Thumbnail
void transformPixel (int x, int y, int tran, int& tx, int& ty);
static unsigned short *igammatab;
static unsigned char *gammatab;
ImageIO* thumbImg;
double camwbRed;
double camwbGreen;
@@ -72,8 +69,6 @@ public:
~Thumbnail ();
Thumbnail ();
static void initGamma ();
static void cleanupGamma ();
void init ();
IImage8* processImage (const procparams::ProcParams& pparams, int rheight, TypeInterpolation interp, std::string camName,