Modifier and Type | Method and Description |
---|---|
ICompressOption |
ICompressOption.copy() |
ICompressOption |
ICompressorControl.option() |
ICompressOption |
ICompressOption.setTileHeight(int value)
set the tile height in pixel.
|
ICompressOption |
ICompressOption.setTileWidth(int value)
set the tile width.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ICompressorControl.compress(Buffer in,
ByteBuffer out,
ICompressOption option)
Compress the buffer into the byte buffer using the specified options.
|
void |
ICompressorControl.decompress(ByteBuffer in,
Buffer out,
ICompressOption option)
decompress the byte buffer back into the buffer using the specified
options.
|
Modifier and Type | Class and Description |
---|---|
class |
HCompressorOption |
class |
HCompressorQuantizeOption |
Modifier and Type | Class and Description |
---|---|
class |
QuantizeOption |
Modifier and Type | Method and Description |
---|---|
ICompressOption |
QuantizeOption.setBNull(Integer blank) |
Modifier and Type | Class and Description |
---|---|
class |
RiceCompressOption |
class |
RiceQuantizeCompressOption |
Modifier and Type | Method and Description |
---|---|
ICompressOption |
CompressorProvider.TileCompressorControl.option() |
Modifier and Type | Method and Description |
---|---|
boolean |
CompressorProvider.TileCompressorControl.compress(Buffer in,
ByteBuffer out,
ICompressOption option) |
void |
CompressorProvider.TileCompressorControl.decompress(ByteBuffer in,
Buffer out,
ICompressOption option) |
Modifier and Type | Method and Description |
---|---|
ICompressParameters |
ICompressParameters.copy(ICompressOption option)
create a copy of this parameter for another option (normally a copy of
the current option).
|
Modifier and Type | Method and Description |
---|---|
ICompressParameters |
HCompressQuantizeParameters.copy(ICompressOption option) |
ICompressParameters |
HCompressParameters.copy(ICompressOption clone) |
Modifier and Type | Method and Description |
---|---|
ICompressParameters |
RiceCompressParameters.copy(ICompressOption option) |
ICompressParameters |
RiceQuantizeCompressParameters.copy(ICompressOption option) |
Modifier and Type | Method and Description |
---|---|
<T extends ICompressOption> |
CompressedImageHDU.getCompressOption(Class<T> clazz) |
protected <T extends ICompressOption> |
CompressedImageData.getCompressOption(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
ICompressOption |
TiledImageCompressionOperation.compressOptions() |
Modifier and Type | Method and Description |
---|---|
ICompressOption |
ITiledImageOperation.compressOptions() |
Copyright © 1996–2016 nom-tam-fits. All rights reserved.