Cylindric
Cylindric

Reputation: 5894

Access EXIF data in a NEF (Nikon) file

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)

Upvotes: 1

Views: 3337

Answers (1)

natevw
natevw

Reputation: 17932

You could call out to a separate app like jhead or exiftool and then parse the output within your VB code.

Upvotes: 1

Related Questions