dfa1234 / ngx-image-compress

Angular library for uploading and compressing images
https://image-library.app
MIT License
86 stars 36 forks source link

feat(image type upload): adds support to .heic Files #113

Closed aramirezj closed 2 months ago

aramirezj commented 2 months ago

Hi! Honestly I loved your library, it's amazing and it works like a charm.

The only issue I have found, is that it does not allow the upload of .heic files by iOS users. With this, even that the compress does not work, at least it uploads the file. In my case later I use the heic2any to convert it. With this change at least it allows it's upload.

Thank you so much!

dfa1234 commented 2 months ago

Great addition, thank you very much for your contribution!