亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

ExifInterface:由于未定義標簽編號,因此跳過標簽條目,同時壓縮圖像

ExifInterface:由于未定義標簽編號,因此跳過標簽條目,同時壓縮圖像

一只斗牛犬 2021-09-15 17:17:40
我想壓縮一個文件夾中的所有圖像,我使用了這個 Compressor 庫。我在壓縮文件時收到了這種類型的警告,我無法理解我收到了圖像壓縮或覆蓋接口方法的警告。ExifInterface: Skip the tag entry since tag number is not defined: 544 Skip the tag entry since tag number is not defined: 545 Skip the tag entry since tag number is not defined: 546 Skip the tag entry since tag number is not defined: 547 Skip the tag entry since tag number is not defined: 548 Skip the tag entry since tag number is not defined: 549 Skip the tag entry since tag number is not defined: 2代碼:@Overridepublic void setQualityRatio(Integer qualityNum) {    for (int i=0; i<orgFileList.size(); i++){        try {            File file = new Compressor(CompressMultipleActivity.this).setQuality(qualityNum).compressToFile(orgFileList.get(i));            currFileList.set(i, file);                    }catch (IOException e){            Toast.makeText(CompressMultipleActivity.this, "Failed to compress image, Try again later!", Toast.LENGTH_SHORT).show();        }    }}我這里有什么問題?為什么我會收到此警告,我該如何解決?
查看完整描述

1 回答

?
撒科打諢

TA貢獻1934條經驗 獲得超2個贊

問題是這個庫已經過時了,它使用內置的ExifInterface,缺少很多標簽定義,而不是定期更新的支持ExifInterface。


查看完整回答
反對 回復 2021-09-15
  • 1 回答
  • 0 關注
  • 506 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號