diff -r 0267baa9dea9 -r 31d6e1ae5283 imagingandcamerafws/imagingfws/src/ImageResolverAPI.cpp --- 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; } /*