sharedstreets / curb-wheel-archive

Curb mapping wheel - ARCHIVE
MIT License
21 stars 3 forks source link

post-processing for heic images #76

Open kpwebb opened 4 years ago

kpwebb commented 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

morganherlocker commented 4 years ago

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