這篇文章主要介紹了android不讀入內存獲取圖像寬高信息的方法,涉及Android獲取圖像信息的相關技巧,需要的朋友可以參考下
本文實例講述了android不讀入內存獲取圖像寬高信息的方法。分享給大家供大家參考。具體如下:
?
1 2 3 4 5 BitmapFactory.Options options = new BitmapFactory.Options(); options.inJustDecodeBounds = true; Bitmap bitmap = BitmapF希望本文所述對大家的Android程序設計有所幫助。
新聞熱點
疑難解答