Enum TiffCompression
It specifies the compression type for TIFF image format.
Namespace: Neodynamic.Blazor
Assembly: cs.temp.dll.dll
Syntax
public enum TiffCompression
Fields
Name | Description |
---|---|
ADOBE_DEFLATE | Use ADOBE DEFLATE compression. |
CCITTFAX3 | Use CCITT Group 3 fax encoding. |
CCITTFAX4 | Use CCITT Group 4 fax encoding. |
DEFAULT | Use CCITTFAX4 compression for 1-bit bitmaps and LZW compression for any other bitmaps. |
DEFLATE | Use DEFLATE compression (also known as ZLIB compression). |
LZW | Use LZW compression. |
NONE | Do not use any compression. |
PACKBITS | Use PACKBITS compression. |