author | William Roberts <williamr@symbian.org> |
Wed, 31 Mar 2010 12:33:34 +0100 | |
branch | Symbian3 |
changeset 4 | 837f303aceeb |
parent 2 | 2fe1408b6811 |
permissions | -rw-r--r-- |
williamr@2 | 1 |
// Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). |
williamr@2 | 2 |
// All rights reserved. |
williamr@2 | 3 |
// This component and the accompanying materials are made available |
williamr@4 | 4 |
// under the terms of "Eclipse Public License v1.0" |
williamr@2 | 5 |
// which accompanies this distribution, and is available |
williamr@4 | 6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html". |
williamr@2 | 7 |
// |
williamr@2 | 8 |
// Initial Contributors: |
williamr@2 | 9 |
// Nokia Corporation - initial contribution. |
williamr@2 | 10 |
// |
williamr@2 | 11 |
// Contributors: |
williamr@2 | 12 |
// |
williamr@2 | 13 |
// Description: |
williamr@2 | 14 |
// |
williamr@4 | 15 |
|
williamr@2 | 16 |
/** |
williamr@2 | 17 |
@file |
williamr@4 | 18 |
@publishedAll |
williamr@2 | 19 |
*/ |
williamr@2 | 20 |
|
williamr@2 | 21 |
#ifndef ICL_UIDS_HRH |
williamr@2 | 22 |
#define ICL_UIDS_HRH |
williamr@2 | 23 |
|
williamr@4 | 24 |
#ifndef SYMBIAN_ENABLE_SPLIT_HEADERS |
williamr@4 | 25 |
#include <icl/icl_uids_const.hrh> |
williamr@4 | 26 |
#include <icl/icl_uids_def.hrh> |
williamr@4 | 27 |
#endif |
williamr@2 | 28 |
/** |
williamr@2 | 29 |
@publishedAll |
williamr@2 | 30 |
@released |
williamr@2 | 31 |
Class UID for a set of decoders which support the Exchangeable Image File Format. |
williamr@2 | 32 |
|
williamr@2 | 33 |
When loading plugins by class UID, the first valid plugin from the list |
williamr@2 | 34 |
of available plugins with the specified class UID will be loaded. Loading |
williamr@2 | 35 |
the plugin in this way always allow a cast to the derived decoder or |
williamr@2 | 36 |
encoder class to be made. |
williamr@2 | 37 |
@see CJPEGExifDecoder |
williamr@2 | 38 |
*/ |
williamr@2 | 39 |
#define KUidICLJpegEXIFInterface 0x101F7C4F |
williamr@2 | 40 |
|
williamr@4 | 41 |
/** |
williamr@4 | 42 |
@publishedAll |
williamr@4 | 43 |
@released |
williamr@4 | 44 |
Image Transform Plugin Extension UID for Squeeze transformations. |
williamr@4 | 45 |
*/ |
williamr@4 | 46 |
#define KUidSqueezeTransformExtension 0x10285BD6 |
williamr@4 | 47 |
|
williamr@4 | 48 |
/** |
williamr@4 | 49 |
@publishedAll |
williamr@4 | 50 |
@released |
williamr@4 | 51 |
Image Transform Plugin Extension UID for Orientation transformations. |
williamr@4 | 52 |
*/ |
williamr@4 | 53 |
#define KUidOrientationTransformExtension 0x10285C33 |
williamr@4 | 54 |
|
williamr@4 | 55 |
/** |
williamr@4 | 56 |
@publishedAll |
williamr@4 | 57 |
@released |
williamr@4 | 58 |
Image Transform Plugin Extension UID for Overlay transformations. |
williamr@4 | 59 |
*/ |
williamr@4 | 60 |
#define KUidOverlayTransformExtension 0x10285C34 |
williamr@2 | 61 |
|
williamr@2 | 62 |
/** |
williamr@2 | 63 |
@publishedAll |
williamr@2 | 64 |
@released |
williamr@2 | 65 |
Class UID for the set of decoders which support operations through the CImageFrame. |
williamr@2 | 66 |
|
williamr@2 | 67 |
When loading plugins by class UID, the first valid plugin from the list |
williamr@2 | 68 |
of available plugins with the specified class UID will be loaded. Loading |
williamr@2 | 69 |
the plugin in this way always allow a cast to the derived decoder or |
williamr@2 | 70 |
encoder class to be made. |
williamr@2 | 71 |
@see CJPEGImageFrameDecoder |
williamr@2 | 72 |
*/ |
williamr@2 | 73 |
#define KUidICLJpegImageFrameInterface 0x101F7C60 |
williamr@2 | 74 |
|
williamr@2 | 75 |
/** |
williamr@2 | 76 |
@publishedAll |
williamr@2 | 77 |
@released |
williamr@2 | 78 |
|
williamr@2 | 79 |
Extension interface uid for TImageConvOperation |
williamr@2 | 80 |
*/ |
williamr@2 | 81 |
#define KUidImageConvExtOperationValue 0x102833DF |
williamr@2 | 82 |
|
williamr@2 | 83 |
/** |
williamr@2 | 84 |
@publishedAll |
williamr@2 | 85 |
@released |
williamr@2 | 86 |
|
williamr@2 | 87 |
Extension interface uid for TImageConvScaler |
williamr@2 | 88 |
*/ |
williamr@2 | 89 |
#define KUidImageConvExtScalerValue 0x102833E0 |
williamr@2 | 90 |
|
williamr@2 | 91 |
/** |
williamr@2 | 92 |
@publishedAll |
williamr@2 | 93 |
@released |
williamr@2 | 94 |
|
williamr@2 | 95 |
Extension interface uid for TImageConvStreamedDecode |
williamr@2 | 96 |
*/ |
williamr@2 | 97 |
#define KUidImageConvExtStreamedDecodeValue 0x102833E1 |
williamr@2 | 98 |
|
williamr@2 | 99 |
/** |
williamr@2 | 100 |
@publishedAll |
williamr@2 | 101 |
@released |
williamr@2 | 102 |
|
williamr@2 | 103 |
Extension interface uid for TImageConvPrepare |
williamr@2 | 104 |
*/ |
williamr@2 | 105 |
#define KUidImageConvExtPrepareValue 0x1028346D |
williamr@2 | 106 |
|
williamr@2 | 107 |
/** |
williamr@2 | 108 |
@publishedAll |
williamr@2 | 109 |
@released |
williamr@2 | 110 |
|
williamr@2 | 111 |
Uid that identifies encoders that maintain the alpha channel of the EColor16MA source CFbsBitmap. |
williamr@2 | 112 |
*/ |
williamr@2 | 113 |
#define KUidAlphaChannelEncodeSupported 0x10285D1B |
williamr@2 | 114 |
|
williamr@2 | 115 |
#endif // ICL_UIDS_HRH |