gdoten wrote:When I say the 30D-specific metadata I don't mean the metadata like Exif data or whether the camera was set in the "boy, it's a sunny day" mode, etc. (Although any decent image editing program would be able to read and properly act on that information.)
You are not correct informed about digital camera raw images.
In such files, for example cr2 files, there is the information stored that comes from the cameras sensor. Beside this there is often one or more JPEG previews. Some cameras store IPTC data also - here you can find things like the author of the image. Then there are camera specific data. Almost cameras store them in the EXIF data block. Beside the usual data there is a manufacturer block inside the EXIF data. That's all.
The only data of interest for reading cr2 files is the EXIF block. In the manufactorer notes there are things like your camera settings, white point values, and so on. So far so good. But to decode the raw image data, there is no special way stored in the data. Every (really every) raw decoding software (including the camera itselve when it saves in JPEG) uses special algorythms to get a "good" result. Since automatic algorythms seldon produce perfect results, every raw decoding software has additional functions to controll things like gamma, brightness, contrast, whitepoint, ....
Gerhard