Android Learning
Sharing is everything.
星期五, 10月 30, 2015
Bitmap的壓縮
Bitmap在Activity間傳送時,進行壓縮。
ByteArrayOutputStream stream = new ByteArrayOutputStream();
bmp.compress(Bitmap.CompressFormat.PNG, 100, stream);
byte[] bytes = stream.toByteArray();
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言