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

Support for HEIF EXIF data #65

Closed
jmbowman opened this issue Dec 2, 2019 · 1 comment
Closed

Support for HEIF EXIF data #65

jmbowman opened this issue Dec 2, 2019 · 1 comment

Comments

@jmbowman
Copy link

jmbowman commented Dec 2, 2019

Newer iPhones default to capturing photos in *.heic files using the HEIF format. These photos still use EXIF metadata, and it looks like the libheif-rs crate can parse it out of such files. Could the EXIF support in fselect be reasonably extended to cover HEIF files as well? libheif-rs depends on the libheif C++ library and its dependencies, so this probably would have an impact on build complexity unless it was a compile-time option.

I'm trying to find anything that can sort a folder of mixed HEIF and JPEG photos by date taken, and not finding much smaller than full-blown photo management databases.

@jhspetersson
Copy link
Owner

Support added in the master. Release version will follow in a couple of weeks.

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

No branches or pull requests

2 participants