Fix slowdown when creating thumb from non-raw file

This commit is contained in:
Ingo Weyrich
2019-11-04 15:10:28 +01:00
parent 7ef19b5126
commit 0544d15b16
2 changed files with 73 additions and 29 deletions

View File

@@ -46,6 +46,7 @@ int rtengine::getCoarseBitMask( const procparams::CoarseTransformParams &coarse)
return tr;
}
int rtengine::igammasrgb(float in) {
return Color::igamma_srgb(in);
}
const LUTf& rtengine::getigammatab() {
return Color::igammatab_srgb;
}