Open kpwebb opened 4 years ago
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
I did a review of these modules and it appears they are pure-javascript implementations, so installation should not be a problem.
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