You are not logged in.
Pages: 1
Is it possible to add the functionality of reading EXIF info from RAW files, more specifically NEF (from Nikon cameras)?
Thanks
Carlos
Offline
It is possible, but as in previous topic - the problem is in integrating a 3-rd party library (a separate dll).
Unfortunately, reading/parsing EXIF information from RAW (or from any other) format is a very complex task, and it could take a single [u]dedicated[u/] programmer about a month (maybe more) to write a library that will fully support EXIF reading/writing from RAW files. And that would not be the final version, since every different camera manufacturer writes RAW files in their very own way. I searched all over the Internet and I never found a free implementation in Delphi programming language, so I'm afraid I can't do anything for now...
Hope you'll understand
Offline
No problema It was just a question
Offline
If you want use EXIF date from RAW images, read the topic below:
Date and Time from RAW images (CRW, CR2, RAW)
Offline
Pages: 1