write(thumb, "jpeg", new File(....)); If you just want at the bytes try doing the write call but pass it a ByteArrayOutputStream which you can then get the byte ...
確定! 回上一頁