imagingandcamerafws/imagingfws/src/ImageResolverAPI.cpp
changeset 29 eb1e5d7cc688
parent 0 40261b775718
--- a/imagingandcamerafws/imagingfws/src/ImageResolverAPI.cpp	Thu Jun 24 10:37:45 2010 +0100
+++ b/imagingandcamerafws/imagingfws/src/ImageResolverAPI.cpp	Fri Jul 09 12:23:13 2010 +0100
@@ -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;
 	}
 	
 /*