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: Putting dcraw.exe in the same folder as the Magick.NET dll should be enough. I am not sure if dcraw.exe supports NEF files. Can you share the file so I can try to figure out what is going on? Feel free to contact me through CodePlex if you don't want to share it publicly.
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: Putting dcraw.exe in the same folder as the Magick.NET dll should be enough. I am not sure if dcraw.exe supports NEF files. Can you share the file so I can try to figure out what is going on? Feel free to contact me through CodePlex if you don't want to share it publicly.