Android圖片壓縮:按等比例壓縮而且質量壓縮

/** * 圖片按比例大小壓縮方法 * * @param srcPath (根據路徑獲取圖片並壓縮) * @return */ public static File getimage(String srcPath) { BitmapFactory.Options newOpts = new BitmapFactory.Options(); // 開始讀入圖片
相關文章
相關標籤/搜索