bitsPerSample property

int? bitsPerSample
final

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. In JPEG compressed data, this tag shall not be used because a JPEG marker is used instead of it

Implementation

final int? bitsPerSample;