I tried to read exif metadata from NEF files to no avail. If I create an instance of MagickImage and load it with a NEF file stream, it interprets it as TIFF with wrong width/height dimensions and GetExifProfile() returns null.
Should I do anything differently? I tried copying dcraw.exe and it did not have any effect.
Let me know if you need a NEF file?
Comments: I tried your image and I was able to read it with Magick.NET. I have dcraw.exe in my PATH and that made it work. But I didn't get an EXIF profile. It looks like dcraw does not provide use with that profile at the moment. We might be able to tweak it in the future to do so but I cannot make any promises.
Should I do anything differently? I tried copying dcraw.exe and it did not have any effect.
Let me know if you need a NEF file?
Comments: I tried your image and I was able to read it with Magick.NET. I have dcraw.exe in my PATH and that made it work. But I didn't get an EXIF profile. It looks like dcraw does not provide use with that profile at the moment. We might be able to tweak it in the future to do so but I cannot make any promises.