JuliaImages / ExifViewer.jl

Metadata reader in Julia, wrapper over LibExif
https://juliaimages.org/ExifViewer.jl/dev/
MIT License
28 stars 1 forks source link

Reading EXIF data from raw files #29

Open simsurace opened 6 months ago

simsurace commented 6 months ago

ExifViewer seems to be unable to read EXIF data from some raw files (I tried with .NEF, don't know if this generalized to other formats). Is this a limitation of libexif (it does not seem to be, since libexif mentions .NEF files in several places)? How come the wrapper just returns an empty Dict?

ashwani-rathee commented 6 months ago

Hey @simsurace, It doesn't work with .NEF yet

simsurace commented 6 months ago

Do you know why? Does it work with other formats?