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
Specifies what type of compression to apply when saving images into TIFF format file.
The TiffCompression type exposes the following members:
| 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. |
- module
aspose.cells.rendering