Speedup for thumbnail processing
This commit is contained in:
@@ -120,15 +120,8 @@ PreviewImage::PreviewImage (const Glib::ustring &fname, const Glib::ustring &ext
|
||||
rtengine::Image8 *output = NULL;
|
||||
const unsigned char *data = NULL;
|
||||
int fw, fh;
|
||||
LUTf cdcurve;
|
||||
bool dehacontlutili = false;
|
||||
|
||||
procparams::ProcParams params;
|
||||
/*rtengine::RAWParams raw;
|
||||
rtengine::LensProfParams lensProf;
|
||||
rtengine::procparams::ToneCurveParams toneCurve;
|
||||
rtengine::procparams::ColorManagementParams icm;
|
||||
rtengine::CoarseTransformParams coarse;*/
|
||||
ColorTemp wb = rawImage.getWB ();
|
||||
rawImage.getFullSize (fw, fh, TR_NONE);
|
||||
PreviewProps pp (0, 0, fw, fh, 1);
|
||||
|
Reference in New Issue
Block a user