public class ImageParam
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ImageParam.ImageParamBuilder |
Modifier and Type | Field and Description |
---|---|
static ImageParam |
DEFAULT_IMAGE_PARAM |
Modifier and Type | Method and Description |
---|---|
boolean |
containsThumbnail() |
int |
getBitsPerPixel() |
static ImageParam.ImageParamBuilder |
getBuilder() |
ImageColorType |
getColorType() |
byte[][] |
getComponentColorPalette() |
int[][] |
getDitherMatrix() |
DitherMethod |
getDitherMethod() |
byte[] |
getICCProfile() |
int |
getImageHeight() |
ImageOptions |
getImageOptions() |
int |
getImageWidth() |
QuantMethod |
getQuantMethod() |
QuantQuality |
getQuantQuality() |
int[] |
getRGBColorPalette() |
java.awt.image.BufferedImage[] |
getThumbnails() |
int |
getTransparentColor() |
boolean |
hasAlpha()
Specifies whether or not to include an alpha channel with true-color images.
|
boolean |
hasICCP() |
boolean |
isApplyDither() |
boolean |
isTransparent()
Specifies whether or not single-color transparency is set.
|
public static final ImageParam DEFAULT_IMAGE_PARAM
public boolean containsThumbnail()
public int getBitsPerPixel()
public static ImageParam.ImageParamBuilder getBuilder()
public ImageColorType getColorType()
public byte[][] getComponentColorPalette()
public int[][] getDitherMatrix()
public DitherMethod getDitherMethod()
public QuantMethod getQuantMethod()
public QuantQuality getQuantQuality()
public byte[] getICCProfile()
public int getImageHeight()
public ImageOptions getImageOptions()
public int getImageWidth()
public int[] getRGBColorPalette()
public java.awt.image.BufferedImage[] getThumbnails()
public int getTransparentColor()
public boolean hasAlpha()
public boolean hasICCP()
public boolean isApplyDither()
public boolean isTransparent()