QUOTE (dwdallam @ Mar 29 2009, 11:10 PM)

What do you mean by "tag"
TIF is an acronym for Tagged Image File. Information about the image data (this is called "metadata", data about the data) is stored in so-called "tags", which are grouped in "directories". "Tagged" means a "tag" is inserted for example with the sharpening specification.
QUOTE
how does that rel;ate to settings in the RAW converter?
Some of the tags are standardized. Examples: image width and length, data organization. The so-called Exif data is a group of standardized tags in a directory.
Other tags are arbitrarily defined by the camera manufacturers (often violating the rules of TIFF). They are not and can not be standardized, for example because they are describing features unique to the camera and model.
Now to the raw conversion:
1. some in-camera selections are defined in Exif, but practically useless due to the small-mindedness of the designers. For example contrast and sharpness are defined as Normal, Soft or Hard - this is worthless.
2. other options are camera model specific, like HTP; of course they are not standardized.
Such selections are recorded in a non-standard directory, called Maker Note. The identification and format of such metadata is not published by the manufacturers; reverse engineering is required to find out these. For example when I was looking for the HTP record, I compared the Maker Notes of two otherwise identical shots.
Contrary to the wide-spread nonsense, that these records (tags) are "secret", raw processors could and some do use these; however, it is often a problem with the interpretation of these. For example Canon's record five levels of sharpness - but the meaning of "high" and "highest" etc. is open to interpretation, apart from the fact, that such primitive sharpening (i.e. based on a single parameter) would be a shame of any converter.
Thus raw processors could but mostly do not follow those instructions.