Monday, May 27, 2013 May 27, 2013 Bitmap to Base64 conversion By Entrepreneur & Financial Planning bas64 string, Bitmap to Base64 conversion, image to string No comments ByteArrayOutputStream baos = new ByteArrayOutputStream(); bitmap.compress(Bitmap.CompressFormat.JPEG,100,baos); byte[] b = baos.toByteArray(); String outputString = new String (Base64.encode(b,resultCode); Share This: Facebook Twitter Google+ Stumble Digg Email ThisBlogThis!Share to XShare to Facebook Newer Post Older Post Home 0 coment�rios: Post a Comment Java Tutorials Upload file to server FTP xml parsing Features of OOPS Types of Inheritance Inheritance Multi Threading Exception Types in java Exception in Java Thread Life Cycle Constructors in Java Synchronization in Java Polymorphism Types of Constructors History Of Java
May 27, 2013 Bitmap to Base64 conversion By Entrepreneur & Financial Planning bas64 string, Bitmap to Base64 conversion, image to string No comments ByteArrayOutputStream baos = new ByteArrayOutputStream(); bitmap.compress(Bitmap.CompressFormat.JPEG,100,baos); byte[] b = baos.toByteArray(); String outputString = new String (Base64.encode(b,resultCode); Share This: Facebook Twitter Google+ Stumble Digg Email ThisBlogThis!Share to XShare to Facebook
0 coment�rios:
Post a Comment