Property BitsPerSample
- Namespace
- PaintDotNet.Imaging
- Assembly
- PaintDotNet.Core.dll
BitsPerSample
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 SamplesPerPixel. In JPEG compressed data a JPEG marker is used instead of this tag.
public static ExifPropertyKey BitsPerSample { get; }