-
Decoding the base-64 encoded image (2 messages)
- Posted by: Prasanna Hegde
- Posted on: September 05 2007 07:55 EDT
Hi, I need to decode the base 64 encoded image to a jpeg or gif file. I'm getting the encoded image (series of characters) from a webservice. How I can decode this using Java? Thanks for your suggestions in advance. Regards, PrasannaThreaded Messages (2)
- Re: Decoding the base-64 encoded image by Prasanna Hegde on September 05 2007 10:27 EDT
- Re: Decoding the base-64 encoded image by Mahesh Sonar on July 07 2009 23:54 EDT
-
Re: Decoding the base-64 encoded image[ Go to top ]
- Posted by: Prasanna Hegde
- Posted on: September 05 2007 10:27 EDT
- in response to Prasanna Hegde
Hi,
---------------------------------------------------- I got the solution by making use of common-codec.jar, http://commons.apache.org/codec/. Thanks.
I need to decode the base 64 encoded image to a jpeg or gif file. I'm getting the encoded image (series of characters) from a webservice. How I can decode this using Java?
Thanks for your suggestions in advance.
Regards,
Prasanna -
Re: Decoding the base-64 encoded image[ Go to top ]
- Posted by: Mahesh Sonar
- Posted on: July 07 2009 23:54 EDT
- in response to Prasanna Hegde
Hi Prasanna, Can to please tell the exact code for converting Base 64 encoded image string to Jpg file I need it to save the images returned by Selenium grid members which are in 64 encoded string form. Also let me know if you need any selenium expertise.. Thanks in Advance..