browser-image-compression
browser-image-compression copied to clipboard
Image compression in web browser
This resolved the issue where some canvases were not cleared properly, and it might result in reaching the limit of maximum canvas memory usage when the client attempted to compress...
Hi, firstly i want to say thank you for this npm package. it really helped me for a project that i am working on. I realized that there is a...
When trying to preserve exif for an image that has been edited with software Snapseed on Android, the compression fails. The error message is `Orientation data type is invalid`, and...
PNG files are not being compress to size specified.
https://donaldcwl.github.io/browser-image-compression/example/basic.html  
issue:- The system is experiencing performance issues when attempting to load 30 images, each with a size of 100MB. after all, we have attempted compression in one file at a...
errorMsg: "ReferenceError: Can't find variable: FileReader" how to do?
No errors thrown, but image is uploaded as a black square. I think the root cause is that the user agent string on an iPad pro presents as a Mac....
When `alwaysKeepResolution` field is set to `true`, existing code tries to decrease the `quality` linearly. - For large images (specially png files), this takes a lot of time and (see...