Skip to content
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

Persist Image EXIF in Export #129

Closed
bencevans opened this issue Feb 14, 2023 · 1 comment · Fixed by #130
Closed

Persist Image EXIF in Export #129

bencevans opened this issue Feb 14, 2023 · 1 comment · Fixed by #130
Assignees

Comments

@bencevans
Copy link
Owner

bencevans commented Feb 14, 2023

EXIF data is missing from image exports.

@bencevans
Copy link
Owner Author

The image crate used for reading, drawing on the bounding boxes and writing the exported file doesn't provide native support for EXIF data as per image-rs/image#1045. Of particular importance is the time the image was captured. However, camera-traps also log additional metadata, such as temperature, into the EXIF, so important to be persisted if automated processing takes place on the exports.

image-rs/image#1045 (comment) looks promising, utilising img-parts and kamadak-exif crates.

@bencevans bencevans self-assigned this Feb 14, 2023
bencevans added a commit that referenced this issue Feb 14, 2023
bencevans added a commit that referenced this issue Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant