Closed josh08h closed 4 years ago
@josh08h Would you mind to upload the image file for us to reproduce the issue?
Hi @Donaldcwl
Image details:
Here is the raw image that is uploaded:
console.log(origFile.size) // 1234610
const blob = await imageCompression(origFile, { maxWidthOrHeight: 3000 });
console.log(blob.size) // 2346328
@josh08h It is fixed in v1.0.9
Perfect.. tested and it works.
Thanks for the quick turnaround @Donaldcwl .
I'm seeing the file size of a jpeg increase from
1234610
bytes to2346328
bytes - I've left the 'quality' config option as default.Could you explain why I am seeing such a large increase in size after compression?
Thanks