public class ImageDeltaCompressor extends Object
| Constructor and Description |
|---|
ImageDeltaCompressor() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
compressByRawBlocks(BufferedImage target,
byte[] targetEncoded,
BufferedImage source)
|
static byte[] |
compressByRawBlocks(BufferedImage target,
byte[] targetEncoded,
BufferedImage source,
int blockSize) |
public static byte[] compressByRawBlocks(BufferedImage target, byte[] targetEncoded, BufferedImage source, int blockSize) throws IOException
target - targetEncoded - source - blockSize - How many pixels per block.IOExceptionpublic static byte[] compressByRawBlocks(BufferedImage target, byte[] targetEncoded, BufferedImage source) throws IOException
IOExceptionCopyright © 2014. All rights reserved.