Enum FaxCompressionOptions
Fax compression options, see TIFF spec page 51f (T4Options).
Namespace: SixLabors.ImageSharp.Formats.Tiff.Compression
Assembly: SixLabors.ImageSharp.dll
Syntax
[Flags]
public enum FaxCompressionOptions : uint
Fields
Name | Description |
---|---|
EolPadding | 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 | No options. |
TwoDimensionalCoding | If set, 2-dimensional coding is used (otherwise 1-dimensional is assumed). |
UncompressedMode | If set, uncompressed mode is used. |