11-13-2014 10:58 AM
Hi,
I need to load a NEF image into labview. NEF (Nikon Electronic Format) is Nikons own RAW image format.
Is there anybody who knows how to do it?
Thanks!
11-13-2014 11:07 AM
http://www.coolutils.com/CommandLine/TotalImageConverter
Its not Free but if, you are getting paid less than 20$ for the time it would take you to write it yourself you are either a very fast programmer or seriously underpaid
11-13-2014 01:25 PM
RAW/NEF isn't actually a picture - it's got all the ingredients for an image, but you have to "cook" it first.
Adjustments like levels, gamma, exposure, brightness/contrast, and color balance aren't actually applied yet.
Apple has their "ImageIO" library that can deal with most RAW formats, Microsoft may have something but it's not included with the op system. Nikon's CaptureNX can obviously work with those files.
Are you after the image that's shot as a .NEF, or are you trying to "cook" that image in LabVIEW?
11-15-2014 01:21 AM
Hi,
well, I do not want to cook the image. I just want to read the NEF image into Labview for analysis. Reading RAW is easy (reading binary file).
Do you have a vi or dll do this?
Thanks.
11-15-2014 01:25 AM
Hi,
thanks for your answer.
My goal is to read a NEF image into Labview. Reading RAW is easy.
Can I hook up to tools you mentioned with Labview?
Using a converter program to convert NEF to RAW is no option, I must deal with many NEF images in an automatic way.
Thanks.
11-15-2014 09:41 AM
yup, just call the converter with system exe.vi- there are command line hooks! there is apparently even a batch process.