| Modifier and Type | Method and Description |
|---|---|
CompressionCode |
Image.getCompression() |
CompressionCode |
ImageSaveParams.getCompression()
Type of compression to be used in saving the image to a file.
|
static CompressionCode |
CompressionCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CompressionCode[] |
CompressionCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Image.setCompression(CompressionCode code)
Set a Compression scheme for the image data.
|
void |
ImageSaveParams.setCompression(CompressionCode arg0) |