Enum TiffSampleFormat
Specifies how to interpret each data sample in a pixel.
Namespace: SixLabors.ImageSharp.Formats.Tiff.Constants
Assembly: SixLabors.ImageSharp.dll
Syntax
public enum TiffSampleFormat : ushort
Fields
Name | Description |
---|---|
ComplexFloat | The complex float. |
ComplexInt | The complex int. |
Float | IEEE floating point data. |
SignedInteger | Signed integer data. |
Undefined | Undefined data format. |
UnsignedInteger | Unsigned integer data. Default value. |