How can I access the EXIF data stored in a Nikon NEF file? I can't seem to find a lib that will allow me to extract some basic information from the metadata. (Preferably without having to install the Nikon codec)
A:
You could call out to a separate app like jhead or exiftool and then parse the output within your VB code.
natevw
2009-11-12 08:47:27
Thanks - I've ended up doing something similar to this using IrfanView, mainly just because that's what I have already, and it can export all EXIF data to a text-file, including the maker-notes.
Cylindric
2009-11-13 10:56:17
Oh, I did find out though that the NEF format is essentially TIFF though, so I should be able to use any lib that read TIFFs.
Cylindric
2009-11-13 10:57:15