Optional
source: DeepPartial<TiffGeneratorParameters>Filter to apply to the input image when adding pages with binarization. If set, the filter is applied to the input image and the resulting image is stored as a 1-bit TIFF. When storing documents it's typically best to use the BINARY_DOCUMENT_OPTIMIZED_COMPRESSION compression mode (CCITTFAX4) instead of the default, as it tends to produce the smallest file sizes. If not set, simple thresholding is applied to the image, instead.
null;
Compression.
"LZW";
DPI value.
72;
JPEG quality (TIFFTAG_JPEGQUALITY). Values range from 0 to 100.
80;
User-defined fields.
[];
ZIP/Deflate compression level (TIFFTAG_ZIPQUALITY). Values range from 1 to 9.
6;
Generated using TypeDoc
TIFF generator parameters.