Closed WilliamDormer closed 2 years ago
HEIC images (eg "Apple's wacky format") are apparently supported in Android starting with Android 10. If we opt to only support Android 10+, we should probably use HEIC. Otherwise, WebP is a good choice.
done. when uploading to profile it sends them in webp format. (heic was sketchy with the library I used)
There should be functionality for the user to compress a photo on-device before uploading it to the database. It should be done prior to uploading.
Compressing before transit reduces the total costs associated with internet traffic, as well as reducing the storage costs for the photos.
Will need to figure out how to deal with the different file formats, including apple's new wacky one.