Gjsify LogoGjsify Logo

Enumeration ForeignTiffCompression

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.

Index

Enumeration Members

CCITTFAX4: number

fax4 compression

DEFLATE: number

deflate (zip) compression

JP2K: number

JP2K compression

JPEG: number

jpeg compression

LAST: number
LZW: number

LZW compression

NONE: number

no compression

PACKBITS: number

packbits compression

WEBP: number

WEBP compression

ZSTD: number

ZSTD compression

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method