class CMdaImageFileToBitmapUtility : public CMdaImageDataReadUtility |
7.0s - Replaced by Image Conversion library - use CImageDecoder::FileNewL()
Implements format conversion of a file based image to a bitmap.
This class has been deprecated in 7.0s, it's functionality is now part of the Image Converter Library. For more information see CImageDecoder.
The class provides functions to create an instance of this conversion utility and to open an existing image file. Conversion is performed using the image conversion utility interface.
5.0
CImageDecoder
Public Member Functions | |
---|---|
IMPORT_C CMdaImageFileToBitmapUtility * | NewL(MMdaImageUtilObserver &, CMdaServer *) |
IMPORT_C void | OpenL(const TDesC &, TMdaClipFormat *, TMdaPackage *, TMdaPackage *) |
Private Member Functions | |
---|---|
CMdaImageFileToBitmapUtilityPriv * | Properties() |
Inherited Enumerations | |
---|---|
CActive:TPriority |
Inherited Attributes | |
---|---|
CActive::iStatus | |
CMdaImageUtility::iProperties |
IMPORT_C CMdaImageFileToBitmapUtility * | NewL | ( | MMdaImageUtilObserver & | aObserver, |
CMdaServer * | aServer = NULL | |||
) | [static] |
MMdaImageUtilObserver & aObserver | |
CMdaServer * aServer = NULL |
IMPORT_C void | OpenL | ( | const TDesC & | aFileName, |
TMdaClipFormat * | aFormat = NULL, | |||
TMdaPackage * | aCodec = NULL, | |||
TMdaPackage * | aExtra = NULL | |||
) |
const TDesC & aFileName | |
TMdaClipFormat * aFormat = NULL | |
TMdaPackage * aCodec = NULL | |
TMdaPackage * aExtra = NULL |