Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HEIC image support #117

Open
batusai513 opened this issue Jun 29, 2020 · 5 comments
Open

HEIC image support #117

batusai513 opened this issue Jun 29, 2020 · 5 comments
Labels

Comments

@batusai513
Copy link

Hi, I've been using this library for a while and it works really great, one thing that came up recently is to give HEIC image support, but when I try to load them, it cannot be done, it shows an error, it would be possible to add support for those images with this library?

Thanks.

@blueimp
Copy link
Owner

blueimp commented Jun 30, 2020

Thanks for your suggestion @batusai513.

I've marked this as a feature request, but it's likely that I will only add this if the HEIC format (HEIF) is natively supported by browsers.

There is the following library that supports converting HEIC images to JPEG/PNG/GIF on the client-side:
https://github.com/alexcorvi/heic2any
Unfortunately the distribution file for heic2any is more than a Megabyte in size.

See also: blueimp/jQuery-File-Upload#3645

@edent
Copy link

edent commented Oct 22, 2020

You may be interested in https://github.com/exif-heic-js/exif-heic-js for reading HEIC EXIF metadata. It is a relatively small library.

@blueimp
Copy link
Owner

blueimp commented Oct 24, 2020

Thanks for sharing @edent.
I think it's worth considering if reading HEIC EXIF metadata alone is worth it, but so far I still prefer to see if the format will get broad browser support first.

@Aarbel
Copy link

Aarbel commented Jul 26, 2021

@blueimp do you support now heic files loading ? Would be really wonderfull

@blueimp
Copy link
Owner

blueimp commented Sep 25, 2021

Not yet supported unfortunately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants