DEV Community

skptricks
skptricks

Posted on

Convert Image to String and String to Image in Java

Post Link : https://www.skptricks.com/2018/08/convert-image-to-string-and-string-to-image-in-java.html

In this tutorial, we are going to explain how to convert/transform Image into Base64 String and convert/transform Base64 String back to Image without compromising a Image data. I will be using Apache Commons Codec library to achieve the ‘Convert Image to String and String to Image in Java’.

Class: org.apache.commons.codec.binary.Base64
Methods: Base64 class has overloaded methods
Base64.encodeBase64URLSafeString – accepts byte array and converts into Base64 String.
Base64.decodeBase64 – accepts Base64 String and converts into byte array.

Convert Image to String and String to Image in Java

Read More...

Top comments (1)

Collapse
 
shershen08 profile image
Mikhail Kuznetcov

I think posts like this should not be allowed. It's just a dumb copy of piece of code, promo image and a link to 3rd party website.