ForeignTiffCompression
in package
The ForeignTiffCompression enum.
Tags
Table of Contents
- CCITTFAX4 = 'ccittfax4'
- DEFLATE = 'deflate'
- JP2K = 'jp2k'
- JPEG = 'jpeg'
- LZW = 'lzw'
- NONE = 'none'
- PACKBITS = 'packbits'
- WEBP = 'webp'
- ZSTD = 'zstd'
Constants
CCITTFAX4
public
mixed
CCITTFAX4
= 'ccittfax4'
DEFLATE
public
mixed
DEFLATE
= 'deflate'
JP2K
public
mixed
JP2K
= 'jp2k'
JPEG
public
mixed
JPEG
= 'jpeg'
LZW
public
mixed
LZW
= 'lzw'
NONE
public
mixed
NONE
= 'none'
PACKBITS
public
mixed
PACKBITS
= 'packbits'
WEBP
public
mixed
WEBP
= 'webp'
ZSTD
public
mixed
ZSTD
= 'zstd'