Enumeration
VipsForeignTiffCompression
Description [src]
The compression types supported by the tiff writer.
Use Q to set the jpeg compression level, default 75.
Use predictor to set the lzw or deflate prediction, default horizontal.
Use lossless to set WEBP lossless compression.
Use level to set webp and zstd compression level.
Members
| Name | Description |
|---|---|
VIPS_FOREIGN_TIFF_COMPRESSION_NONE |
No compression. |
VIPS_FOREIGN_TIFF_COMPRESSION_JPEG |
Jpeg compression. |
VIPS_FOREIGN_TIFF_COMPRESSION_DEFLATE |
Deflate (zip) compression. |
VIPS_FOREIGN_TIFF_COMPRESSION_PACKBITS |
Packbits compression. |
VIPS_FOREIGN_TIFF_COMPRESSION_CCITTFAX4 |
Fax4 compression. |
VIPS_FOREIGN_TIFF_COMPRESSION_LZW |
LZW compression. |
VIPS_FOREIGN_TIFF_COMPRESSION_WEBP |
WEBP compression. |
VIPS_FOREIGN_TIFF_COMPRESSION_ZSTD |
ZSTD compression. |
VIPS_FOREIGN_TIFF_COMPRESSION_JP2K |
JP2K compression. |
VIPS_FOREIGN_TIFF_COMPRESSION_LAST |
No description available. |