Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 789 Bytes

File metadata and controls

31 lines (22 loc) · 789 Bytes

title: TiffCompression enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs weight: 280 url: /aspose.cells.rendering/tiffcompression/ is_root: false

TiffCompression enumeration

Specifies what type of compression to apply when saving images into TIFF format file.

The TiffCompression type exposes the following members:

Fields

Field Description
COMPRESSION_NONE Specifies no compression.
COMPRESSION_RLE Specifies the RLE compression scheme.
COMPRESSION_LZW Specifies the LZW compression scheme.
COMPRESSION_CCITT3 Specifies the CCITT3 compression scheme.
COMPRESSION_CCITT4 Specifies the CCITT4 compression scheme.

See Also