-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Passthrough Allow-Listed EXIF properties (GPS specifically) with resized images #2689
Labels
💎 Bounty
Issues eligible for bounty rewards, inviting community collaboration
bounty-sep-24
Bounties published in September 2024
Comments
/bounty $150 |
💎 $150 bounty • Dimagi, IncThis issue is eligible for rewards from CommCare's Open Source Bounty Program. Contribution PrerequisitesBefore you proceed, please read through the details of the CommCare Bounty Program
Steps to solve
Thank you for contributing to dimagi/commcare-android! Add a bounty • Share on socials
|
algora-pbc
bot
added
the
💎 Bounty
Issues eligible for bounty rewards, inviting community collaboration
label
Sep 17, 2024
/attempt #2689 Options |
8 tasks
💡 @melmathari submitted a pull request that claims the bounty. You can visit your bounty board to reward. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
💎 Bounty
Issues eligible for bounty rewards, inviting community collaboration
bounty-sep-24
Bounties published in September 2024
Bug Description
The image capture process creates a new copy of the source image without passing through any existing captured EXIF properties. This results in the loss of GPS/Geolocation data and potentially other useful EXIF properties.
Current Behavior
The captured image is saved without retaining any EXIF properties from the original image. While some EXIF properties (e.g., camera details, resolution) may no longer be relevant, important data like GPS/Geolocation is also stripped.
Expected Behavior
Captured images should retain relevant EXIF properties, particularly GPS/Geolocation data. Other common and useful EXIF properties should also be considered for retention.
Reproduction Steps
Note: These steps assume you have basic knowledge of navigating and using the CommCare platform. If you are unfamiliar with how to perform basic setup steps, a getting started guide is available here.
Possible Solution
Additional Information/Context
Keep in mind that it may not be possible to replicate the issue on all devices.
Environment details (OS name and version, etc.)
No response
The text was updated successfully, but these errors were encountered: