| branch | RCL_3 |
| changeset 17 | ff2fb7658ff7 |
| parent 9 | dea39715fc05 |
| child 20 | 2b4b06654caa |
--- a/imagehandlingutilities/thumbnailmanager/thumbnailserver/src/thumbnailscaletask.cpp Wed Jun 09 10:01:32 2010 +0300 +++ b/imagehandlingutilities/thumbnailmanager/thumbnailserver/src/thumbnailscaletask.cpp Mon Jun 21 16:00:46 2010 +0300 @@ -134,11 +134,15 @@ if ( !iCrop ) { + TN_DEBUG2( "CThumbnailScaleTask(0x%08x)::StartL() - cropping OFF", this ); + // target size at max, keep aspect ratio CalculateTargetSize(); } else { + TN_DEBUG2( "CThumbnailScaleTask(0x%08x)::StartL() - cropping ON", this ); + // exact target size, crop excess CalculateCropRectangle(); }