Table of Contents

Enum FaxCompressionOptions

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

Fax compression options, see TIFF spec page 51f (T4Options).

[Flags]
public enum FaxCompressionOptions : uint

Fields

EolPadding = 4

If set, fill bits have been added as necessary before EOL codes such that EOL always ends on a byte boundary, thus ensuring an EOL-sequence of 1 byte preceded by a zero nibble: xxxx-0000 0000-0001.

None = 0

No options.

TwoDimensionalCoding = 1

If set, 2-dimensional coding is used (otherwise 1-dimensional is assumed).

UncompressedMode = 2

If set, uncompressed mode is used.