equal
deleted
inserted
replaced
1 // Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2001-2010 Nokia Corporation and/or its subsidiary(-ies). |
2 // All rights reserved. |
2 // All rights reserved. |
3 // This component and the accompanying materials are made available |
3 // This component and the accompanying materials are made available |
4 // under the terms of "Eclipse Public License v1.0" |
4 // under the terms of "Eclipse Public License v1.0" |
5 // which accompanies this distribution, and is available |
5 // which accompanies this distribution, and is available |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
338 @publishedPartner |
338 @publishedPartner |
339 @prototype |
339 @prototype |
340 |
340 |
341 Requests that codec applies the auto rotation when decoding according to the orientation tag in the image Exif header. |
341 Requests that codec applies the auto rotation when decoding according to the orientation tag in the image Exif header. |
342 */ |
342 */ |
343 EOptionAutoRotate = 0x040000 |
343 EOptionAutoRotate = 0x040000, |
|
344 |
|
345 /** |
|
346 @publishedPartner |
|
347 @prototype |
|
348 |
|
349 Requests the Codec to do optimised partial image decoding, whenever partial decoding is needed. |
|
350 */ |
|
351 EOptionOptimisedPartialImageDecoding = 0x80000 |
344 }; |
352 }; |
345 |
353 |
346 /** |
354 /** |
347 Flags to control which image is decoded. |
355 Flags to control which image is decoded. |
348 This can be used when the source file or descriptor |
356 This can be used when the source file or descriptor |