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

post-processing for heic images #76

Open
kpwebb opened this issue May 21, 2020 · 1 comment
Open

post-processing for heic images #76

kpwebb opened this issue May 21, 2020 · 1 comment
Labels
feature New functionality

Comments

@kpwebb
Copy link
Member

kpwebb commented May 21, 2020

Looks like newer Apple devices default to saving images in HEIC format. These images wont work in a lot of environments. We might need to post-process to get a harmonious JPEG-only data set to prevent downstream problems with mixed file formats.

Looks like a couple line fix on the server side, assuming we can install one of these HEIC node modules:
https://www.npmjs.com/package/heic-convert

@kpwebb kpwebb added the feature New functionality label May 21, 2020
@morganherlocker
Copy link
Contributor

I did a review of these modules and it appears they are pure-javascript implementations, so installation should not be a problem.

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

No branches or pull requests

2 participants