Class TiffFlateImageOptions


public class TiffFlateImageOptions extends ImageOptions

The settings for TIFF output images using the Flate compression algorithm

Flate is a lossless compression algorithm. It is useful for the compression of large images with no loss in quality.

For the output file name, it is recommended to use the file extension ".tif".

  • Constructor Details

    • TiffFlateImageOptions

      public TiffFlateImageOptions()
  • Method Details

    • getBackground

      public BackgroundType getBackground()

      Combine a background with the image (Getter)

      This property allows a choice of which background to combine with the image.

      Default: BackgroundType.WHITE

    • setBackground

      public void setBackground(BackgroundType value)

      Combine a background with the image (Setter)

      This property allows a choice of which background to combine with the image.

      Default: BackgroundType.WHITE

      Throws:
      IllegalArgumentException - if value is null
    • getColorSpace

      public ColorSpace getColorSpace()

      The color space of the output image (Getter)

      If null, the blending color space of the page is used.

      Default: ColorSpace.RGB

    • setColorSpace

      public void setColorSpace(ColorSpace value)

      The color space of the output image (Setter)

      If null, the blending color space of the page is used.

      Default: ColorSpace.RGB