Table of Contents

Enum TiffSampleFormat

Namespace
SixLabors.ImageSharp.Formats.Tiff.Constants
Assembly
SixLabors.ImageSharp.dll

Specifies how to interpret each data sample in a pixel.

public enum TiffSampleFormat : ushort

Fields

ComplexFloat = 6

The complex float.

ComplexInt = 5

The complex int.

Float = 3

IEEE floating point data.

SignedInteger = 2

Signed integer data.

Undefined = 4

Undefined data format.

UnsignedInteger = 1

Unsigned integer data. Default value.