1
我有一個大小爲1.8 MB的png圖像文件。DataTransferItem.getAsFile()返回的文件大小比原始文件大很多
雖然試圖複製粘貼圖像文件在鉻我正在使用DataTransferItem.getAsFile()方法。 但是,上述調用返回的文件對象大小爲〜11 MB。
這裏是代碼片段:
items = clipboardItems.items;
item = this._getImageItem(items);
if(item) {
file = item.getAsFile();
}
file.size> 11MB
爲什麼會出現在文件大小如此巨大的差異?
有什麼辦法可以保留原始文件大小(或接近原始文件大小)?
鏈接已損壞。 –