You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this package! It's really nice. Except that it doesn't seem to extract .heic EXIF data, so it can't get the Orientation. This is unfortunate for all iPhone users (of which I am not, currently, but I need to support this case, ha).
I don't know much about parsing metadata. But would it be possible to use a package like github.com/evanoberholster/imagemeta so you don't have to re-invent the wheel of parsing EXIF data?
The text was updated successfully, but these errors were encountered:
Thanks for this package! It's really nice. Except that it doesn't seem to extract .heic EXIF data, so it can't get the Orientation. This is unfortunate for all iPhone users (of which I am not, currently, but I need to support this case, ha).
I don't know much about parsing metadata. But would it be possible to use a package like github.com/evanoberholster/imagemeta so you don't have to re-invent the wheel of parsing EXIF data?
Thanks for this package! It's really nice. Except that it doesn't seem to extract
.heic
EXIF data, so it can't get the Orientation. This is unfortunate for all iPhone users (of which I am not, currently, but I need to support this case, ha).Looks like the package is hard-coded to validate and look for JPEG-specific structure. But even once I took that out, parsing a HEIC failed at this line.
I don't know much about parsing metadata. But would it be possible to use a package like github.com/evanoberholster/imagemeta so you don't have to re-invent the wheel of parsing EXIF data?
The text was updated successfully, but these errors were encountered: