This document introduces you to the Media Client Image library functionality.
Media Client Image is an interface to set image conversion utility functions. This interface is also used for the bitmap image rotation and the bitmap image re-scaling operations.
Media Client Image Library Details
The DLL that provides the functionality and the library to which your code must link is identified below.
Media Client Image is a mixin functionality and it is intended to be inherited by the client function which observe the image conversion operations.
Media Client Image functionality is invoked when you want to construct image conversion utility, image rotation and image re-scaling operations.
The key classes are:
CMdaImageUtility
This class provides an interface to perform the image conversion
operation. In the image conversion operation for decoding CMdaImageDataReadUtility
is used and for encoding CMdaImageDataWriteUtility
is used.
CMdaBitmapRotator
Provides rotation for the bitmap image in clockwise direction by
90 degree increments.
CMdaBitmapScaler
Provides re-scaling for the bitmap image.
The Media Client Image functionality is used for the following: