Table of Contents

ExifTag.Image.BitsPerSample Property

Definition

Namespace
GleamTech.ImageUltimate
Assembly
GleamTech.ImageUltimate.dll

Gets the BitsPerSample EXIF tag.

Description: 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.
Id: 258 (0x0102)
Type: Short

public static ExifTag BitsPerSample { get; }

Property Value

ExifTag