TAG_BITS_PER_SAMPLE top-level constant

String const TAG_BITS_PER_SAMPLE

The number of bits per image component. In this standard each component of the image is 8 bits, so the value for this tag is 8. See also TAG_SAMPLES_PER_PIXEL. In JPEG compressed data, this tag shall not be used because a JPEG marker is used instead of it.

Implementation

const String TAG_BITS_PER_SAMPLE = "BitsPerSample";