diff -r 0267baa9dea9 -r 31d6e1ae5283 imagingandcamerafws/imagingfws/inc/ImageConversion.h --- a/imagingandcamerafws/imagingfws/inc/ImageConversion.h Wed Jun 23 19:56:04 2010 +0300 +++ b/imagingandcamerafws/imagingfws/inc/ImageConversion.h Tue Jul 06 16:02:18 2010 +0300 @@ -1,4 +1,4 @@ -// Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2001-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" @@ -340,7 +340,15 @@ Requests that codec applies the auto rotation when decoding according to the orientation tag in the image Exif header. */ - EOptionAutoRotate = 0x040000 + EOptionAutoRotate = 0x040000, + + /** + @publishedPartner + @prototype + + Requests the Codec to do optimised partial image decoding, whenever partial decoding is needed. + */ + EOptionOptimisedPartialImageDecoding = 0x80000 }; /**