Click here to Skip to main content
15,881,852 members
Please Sign up or sign in to vote.
2.53/5 (3 votes)
See more:
How can I decode/ConvertBase64 strings to Bitmap images .

Thanks.
Annie
Posted
Comments
Sergey Alexandrovich Kryukov 3-Jan-14 2:55am    
Why? How come those images are base64-encoded? And what have you tried so far?
—SA
dan!sh 3-Jan-14 3:12am    
Image -> MemoryStream -> byte array -> string. And vice versa. Go figure.

1 solution

Here is an example of how to convert an image to Base64 encoding and back to an image from Base64 encoding: Convert Image to Base64 String and Base64 String to Image[^].

I hope that is what you were looking for.

Regards,
— Manfred
 
Share this answer
 
Comments
CPallini 3-Jan-14 3:32am    
5.
Manfred Rudolf Bihy 3-Jan-14 3:48am    
Thanks you!
Member 13479345 22-Oct-17 23:37pm    
The link is dead

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900