--- a/imagingandcamerafws/imagingfws/src/ImageResolverAPI.cpp Wed Jun 23 19:56:04 2010 +0300
+++ b/imagingandcamerafws/imagingfws/src/ImageResolverAPI.cpp Tue Jul 06 16:02:18 2010 +0300
@@ -1,4 +1,4 @@
-// Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 1997-2010 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
@@ -554,8 +554,12 @@
if ((aOptions & CImageDecoder::EOptionAutoRotate) != 0)
{
iOptionsUidsArray.Append(KUidJPGAutoRotateSupport);
- iOptions = aOptions;
}
+ if((aOptions & CImageDecoder::EOptionOptimisedPartialImageDecoding) != 0)
+ {
+ iOptionsUidsArray.Append(KUidJPGOptimisedPartialDecodingSupport);
+ }
+ iOptions = aOptions;
}
/*