angular-image-compress icon indicating copy to clipboard operation
angular-image-compress copied to clipboard

Compress image files on client side using angularjs

Results 6 angular-image-compress issues
Sort by recently updated
recently updated
newest added

Hi Folks, I have used the given solution for image compression. It's working fine in Windows, Android, and Mac OS too. But when we go with iPad or iPhone (IOS...

I need to compress user-uploaded images for storage inside my database but I can't figure out how to access the image after it has been compressed. Thank you.

Bumps [angular](https://github.com/angular/angular.js) from 1.2.32 to 1.8.0. Changelog Sourced from angular's changelog. 1.8.0 nested-vaccination (2020-06-01) This release contains a breaking change to resolve a security issue which was discovered by Krzysztof...

dependencies

I am using your module to compress the image. It is working perfectly fine but my project requires me to generate multiple image copies with different qualities. Can you help...

My code uses ngFileUpload instead of HTML's input type=file to select multiple images to upload. I tried using this code and the image compression fails. Is the library compatible with...

I found this issue while using your module in my application. When multiple attribute is present, dataURL is not attached to all the imageResults but the last one. I fixed...