bjn70
Veteran Member
People say this a lot, I'm not sure it is 100% correct unless maybe it's just a matter of terminology.Raw files ALWAYS reuire editing to turn them into an image of any given format. A raw file is still merely some sensor data and not yet recognizable as a colour image.
Somewhere here in a thread sometime back someone finally posted what a RAW file really looked like, and it was mostly crap. The sensor picks up different colors and intensities and records them as numerical values the same as any other image file. So all you need is to take those numerical values, convert them from 14 bit (or whatever) to 8 bit and put them in a JPG. Then you can look at the raw data that the sensor recorded. But apparently the sensor is not linear so when doing a proper conversion to JPG you have to bias the numbers properly, and I seem to remember an issue of one of the channels needing to be doubled or halved. All of that is the job of the RAW converter and its algorithm. If you convert without the algorithm you can get a color image and the subject is recognizable, but the colors in the image will look like crap. So it serves no purpose to view a RAW file, there should always be a somewhat sophisticated RAW conversion involved.