Conversion of bitmap into jpeg in android -


is there way convert android.graphics.bitmap instance jpeg in android?

try compress method like:

bitmap.compress(bitmap.compressformat.jpeg, quality, outstream); 

here sample program : compressing-a-bitmap-to-jpg-format-android-example


Comments

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -