RAW exposure effect now simulated in the thumbnails; see issue #441

This commit is contained in:
Oliver Duis
2011-03-08 17:06:25 +01:00
parent 3ce981e16c
commit 2bd2afc544
2 changed files with 8 additions and 0 deletions

View File

@@ -296,10 +296,12 @@ rtengine::IImage8* Thumbnail::processThumbImage (const rtengine::procparams::Pro
if ( cfs.thumbImgType == CacheImageData::QUICK_THUMBNAIL )
{
// RAW internal thumbnail, no profile yet: just do some rotation etc.
image = tpp->quickProcessImage (pparams, h, rtengine::TI_Nearest, scale);
}
else
{
// Full thumbnail: apply profile
image = tpp->processImage (pparams, h, rtengine::TI_Bilinear, scale);
}