Android, Compressing an image

后端 未结 3 1802
栀梦
栀梦 2021-01-14 14:54

I am sending an image over the network via wifi or the mobile network to be stored in a server and retrieved again. I\'ve done that but due to the size of images taken by th

3条回答
  •  时光取名叫无心
    2021-01-14 15:36

    The BitMap http://developer.android.com/reference/android/graphics/Bitmap.html class have a compress method. But you might need to scale the image createScaledBitmap, also available in the same class.

提交回复
热议问题