public class TiffLzwImageOptions extends ImageOptions
LZW (Lempel-Ziv-Welch) is a lossless compression algorithm for images. Please consult the copyright laws of your country prior to using this compression algorithm.
For the output file name, it is recommended to use the file extension ".tif".
Constructor | Description |
---|---|
TiffLzwImageOptions() |
Modifier and Type | Method | Description |
---|---|---|
BackgroundType |
getBackground() |
Combine a background with the image (Getter)
|
ColorSpace |
getColorSpace() |
The color space of the output image (Getter)
|
void |
setBackground(BackgroundType value) |
Combine a background with the image (Setter)
|
void |
setColorSpace(ColorSpace value) |
The color space of the output image (Setter)
|
equals, hashCode
public BackgroundType getBackground()
This property allows a choice of which background to combine with the image.
Default: BackgroundType.WHITE
public void setBackground(BackgroundType value)
This property allows a choice of which background to combine with the image.
Default: BackgroundType.WHITE
java.lang.IllegalArgumentException
- if value
is null
public ColorSpace getColorSpace()
Get or set the color space. If null, the blending color space of the page is used.
Default: ColorSpace.RGB
public void setColorSpace(ColorSpace value)
Get or set the color space. If null, the blending color space of the page is used.
Default: ColorSpace.RGB