See: Description
Class | Description |
---|---|
CompressorStream |
This is an OutputStream that compresses (via Deflater or a deflater-like object), and optionally passes the
compressed stream to another output stream.
|
CompressorStreamDeflater |
CompressorStream backed by a Deflater.
|
CompressorStreamLz4 |
This class uses a quick compressor to get a rough estimate of deflate compression ratio.
|
DeflaterEstimatorHjg | |
DeflaterEstimatorLz4 |
This estimator actually uses the LZ4 compression algorithm, and hopes that it's well correlated with Deflater.
|
FiltersPerformance |
for use in adaptative strategy
|
PixelsWriter |
Encodes a set of rows (pixels) as a continuous deflated stream (does not know about IDAT chunk segmentation).
|
PixelsWriterDefault |
Default implementation of PixelsWriter, with fixed filters and also adaptive strategies.
|
PixelsWriterMultiple |
Special pixels writer for experimental super adaptive strategy
|
Mostly related with logic specific to reading/writing pixels.
Includes ImageLine related classes, and rows filtering
Some classes like ImageLineInt should belong here, but we keep them in the main package for backward compatibility.
Copyright © 2014. All rights reserved.