How to convert Binary Data (sent in XML File) to an Image
| Mon, 2005-12-19 15:30 | |
|
Hiiiii
I want to know that How to convert the binary Data to an image file . A. NET server is converting the image file to binary data and sending it through XML file. I need to receive it thru HTTP Post and convert it to the image file .(Mine one is Symbian app). Plz help mw eout I hav ebeen stucked Thanx |
|






Forum posts: 17
Using CMdaImageDescToBitmapUtility & CMdaImageBitmapToFileUtility
you can convert image to a file. Just go through CMdaImage classes.
these classes are deprecated. If u r targetting above 7.0s Use CImageDecoder and Encodere classes
Forum posts: 65
yes i am downloading the binary data into a buffer
But CImageBufferedDecoder or CImageEncoder/CImageDecoder ,these APIs converts to.from bitmap format.
But I need to convert either from binary data or from base64 encoded dat
I am giving the data(for both binary and base64encoded encoded) of an image
Byte:xFF00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
Base64encoded value: U3lzdGVtLkJ5dGVbXQ==
Waiting for your help
Thank You