We provide complete mobile and web apps development solutions

Showing posts with label Bitmap to Base64 conversion. Show all posts
Showing posts with label Bitmap to Base64 conversion. Show all posts

Monday, May 27, 2013

Bitmap to Base64 conversion

ByteArrayOutputStream baos = new ByteArrayOutputStream();

bitmap.compress(Bitmap.CompressFormat.JPEG,100,baos);


byte[] b = baos.toByteArray();

String outputString = new String (Base64.encode(b,resultCode);

Online Training

Your Name :
Your Email: (required)
Your Message: (required)

Powered by Blogger.

Recent Posts

Find Us On Facebook

Popular Posts