use "stream" tool to read out raw image file to integer cvs file
Posted: 2015-12-14T18:33:38-07:00
My RAW file is "ARW" from Sony Alpha camera. I would like to read .ARW file, the RGB values of each pixel and output as a CSV file format.
I have tried
Does anyone know how to extract the values of each pixel from RAW image data?
I have tried
The .dat file is binary and could not be read by text processor or Excel.stream -map r -storage-type integer _DSC2000.ARW 2000r.dat
Does anyone know how to extract the values of each pixel from RAW image data?