1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
24 #ifndef SYMBIAN_ENABLE_SPLIT_HEADERS
25 #include <icl/icl_uids_const.hrh>
26 #include <icl/icl_uids_def.hrh>
31 Class UID for a set of decoders which support the Exchangeable Image File Format.
33 When loading plugins by class UID, the first valid plugin from the list
34 of available plugins with the specified class UID will be loaded. Loading
35 the plugin in this way always allow a cast to the derived decoder or
36 encoder class to be made.
39 #define KUidICLJpegEXIFInterface 0x101F7C4F
44 Image Transform Plugin Extension UID for Squeeze transformations.
46 #define KUidSqueezeTransformExtension 0x10285BD6
51 Image Transform Plugin Extension UID for Orientation transformations.
53 #define KUidOrientationTransformExtension 0x10285C33
58 Image Transform Plugin Extension UID for Overlay transformations.
60 #define KUidOverlayTransformExtension 0x10285C34
65 Class UID for the set of decoders which support operations through the CImageFrame.
67 When loading plugins by class UID, the first valid plugin from the list
68 of available plugins with the specified class UID will be loaded. Loading
69 the plugin in this way always allow a cast to the derived decoder or
70 encoder class to be made.
71 @see CJPEGImageFrameDecoder
73 #define KUidICLJpegImageFrameInterface 0x101F7C60
79 Extension interface uid for TImageConvOperation
81 #define KUidImageConvExtOperationValue 0x102833DF
87 Extension interface uid for TImageConvScaler
89 #define KUidImageConvExtScalerValue 0x102833E0
95 Extension interface uid for TImageConvStreamedDecode
97 #define KUidImageConvExtStreamedDecodeValue 0x102833E1
103 Extension interface uid for TImageConvPrepare
105 #define KUidImageConvExtPrepareValue 0x1028346D
111 Uid that identifies encoders that maintain the alpha channel of the EColor16MA source CFbsBitmap.
113 #define KUidAlphaChannelEncodeSupported 0x10285D1B
115 #endif // ICL_UIDS_HRH