byte[] imgBytes = // get you image as byte array int imgSize = imgBytes.length;. If you also want to know width and height of you image, you can do this, for ...
確定! 回上一頁