Table of Contents

Enum TiffJpegTablesMode

Namespace
ImageMagick.Formats
Assembly
Magick.NET-Q8-AnyCPU.dll

Specifies jpeg tables mode that will be used when using jpeg compression in a tiff image.

[Flags]
public enum TiffJpegTablesMode

Fields

Huff = 2

Include Huffman tables.

None = 0

Unspecified.

Quant = 1

Include quantization tables.