-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
EXIF metadata sometimes gets stripped from pictures, making the uploaded result less useful.
The custom picker had this issue until Siva Subramaniam kindly fixed it.
There are still features in the app that strip pictures of their EXIF location. The goal of this issue is to:
- Imagine all (or most) scenarios
- Fix the scenarios where EXIF location gets stripped.
For (1), non-exhaustive list of hints:
- Uploading from the "Nearby" tab loses EXIF location
- Sharing from Google Photos. Both pictures taken by the phone, and pictures from elsewhere shown by Google Photos. In Google Photos swiping up a photo seems to have some kind of effect on metatata, so better check with and without. Adding/modifying location within Google Photos may also have an effect.
- Sharing from third-party gallery such as Samsung's or https://play.google.com/store/apps/details?id=com.simplemobiletools.gallery
- Uploading from the custom picker, normal picker, built-in camera, using an old version of Android and a recent version of Android (can use emulator).
- Other ideas very welcome.
For (2), this might help: #5190. It might not be enough though.
mnalis