Mike_PEAT wrote:
Load the RAW file into an editing program, and select PRINT! It's not a JPEG, it's not a TIFF...it's just the RAW data and the editing program turning that data into a visible image.
Don't know what's with all these people saying you can't print a RAW file!
If you save it to a format like PSD in Photoshop you don't lose anything.
John Deerfield has posted some very good discussion on this, and in particular this statement: "A JPEG will result in trillions of colors lost."
The problem is that folks may not realize how that actually can be true, and don't accept it as fact. Let me walk through some numbers that show why John says that.
A 14-bit RAW file encoding color using the Bayer Color Filter method is "demosaiced" to produce an RGB image file of the same number of pixels as the sensor contained "sensels" (light sensitive locations that were recorded). But there is NOT a direct relationship between the color recorded for a given sensel and the pixel color or luminance value for a pixel with the same coordinates in the resulting image!
The processing (demosaicing) requires a minimum of a 3x3 matrix of 14-bit data values to produce one 16-bit three channel (RGB) pixel value. The 3x3 14-bit matrix has 126 bits, the 16-bit pixel has 48 bits. That is, in the RAW file there is data that could produce a total of 8.507e+37 colors, but that is trimmed to only 2.815e+14 possible colors for the RGB image data. So the loss is 1 times 10 with 22 zeros tacked onto it. (Almost a trillion trillions! And if a 4x4 matrix is used rather than 3x3, it is more than a trillion trillion.)
Note that if the file is then converted to an 8 bit format such as JPEG, it is reduced to only three 8-bit channels (rather than the16-bit channels calculated above, which would apply to PSD or TIFF formats), and that is 1.678e+7 (the commonly heard 16.7 million color values for JPEG). And whether a printer can use a 16-bit input file or not, it uses only 8-bit values to print the image, so that is as good as it gets.
The issue with a printer and the number of colors is not how many, because we are not likely to be able to distinquish between more than the 16.7 million the printer can produce. It's a matter of which colors, and each step of the process from the trillions and trillions available in the raw data down to the few we actually will see, requires that decisions be made on what is saved and what is not saved for the next step in the process.