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

Angular library for uploading and compressing images

Results 13 ngx-image-compress issues
Sort by recently updated
recently updated
newest added

I tested out the `this.imageCompress.uploadFileOrReject()` on desktop, and when I dont select a file, the rejection is handled properly in `catch` block but when I tried the same thing in...

to be investigated

Hi David When uploading file as per windows File size is 1.56 MB. ![image](https://user-images.githubusercontent.com/31591182/179493212-ba7c8476-32ec-4378-a307-3ee87002190a.png) But on running Ngx Compress the byte count is coming at 10 MB. In debug mode...

enhancement

Hello. I use compress method directly and don't use your upload method, instead i use classic file input and a custom drag and drop directive. So i must convert File...

enhancement
willfix

I'm using this plugin for compression in an ionic project, and whenever I upload images from the camera or gallery, I get black images. I used the ionic camera plugin...

more info needed
to be investigated

If I load a gif it is converted into a static image. Is there a way to exclude gif images from the compress process?

enhancement

@davi01100100 @gethinoakes @dfa1234 @byronigoe @davi01100100 I am using ngx-image-compress-legacy plugin for my angular project(Angular verision 8) . Plugin works in local host when ng serve. but it throws error when...

enhancement
willfix

I need to compress an image and get compressed image with a max size. I have the image uploaded before, then I can not use `uploadAndGetImageWithMaxSize()`, then I use directly...

enhancement
willfix

Issue happening only in tablets after upgrade to Angular 14 to 16 & Browser Upgrade from Firefox 78 to 119.

Hello guys, i found a error, when i use the image compress in a input connected a Label, the Pop-up windows opens twices. ``` ``` i cannot change the label...

more info needed

Uploading a huge image to the demo site (https://image-library.app/) in the "Upload and Compress Image", it'll take a long time to finish if some extensions or libs change the prototype...

to be investigated