Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.25 KB

CompressionType.md

File metadata and controls

15 lines (11 loc) · 1.25 KB

CompressionType

Used to specify the parameter value passed to a Tiff image device.

Enum

Name Type Value Description
CompressionTypeLZW string "LZW" Specifies the LZW compression scheme. Can be passed to the Tiff encoder as a parameter that belongs to the Compression category.
CompressionTypeCCITT4 string "CCITT4" Specifies the CCITT4 compression scheme. Can be passed to the CCITT4 encoder as a parameter that belongs to the Compression category.
CompressionTypeCCITT3 string "CCITT3" Specifies the CCITT3 compression scheme. Can be passed to the CCITT3 encoder as a parameter that belongs to the Compression category.
CompressionTypeRLE string "RLE" Specifies the RLE compression scheme. Can be passed to the RLE encoder as a parameter that belongs to the Compression category.
CompressionTypeNone string "None" Specifies no compression. Can be passed to the Tiff encoder as a parameter that belongs to the compression category.

[Back to Model list] [Back to API list] [Back to README][View Source]