Java Image Compression and Decompression Filters supported by JDeli
JDeli supports a range of image compression and decompression filters in pure Java. These filters run without native dependencies, work consistently across platforms, and avoid the JVM crash risk that comes from native-dependent alternatives. Use the links below to find guides and code examples for specific filters.
Frequently Asked Questions
What compression filters does JDeli support?
JDeli supports the following compress filters: Ascii85 Data, AsciiHex Data, Flate Data, LZW Data, RLE Data.
What decompression filters does JDeli support?
JDeli supports the following decompression filters: Ascii85 Data, AsciiHex Data, CCITT Data, DCT Data, JBIG2 Data, JPX Data, LZW Data, RLE Data and Flate Data.
Do JDeli filters require native libraries?
No. All JDeli filters run entirely in Java with no native dependencies, so they work consistently across platforms and will not cause JVM crashes.
Can JDeli decompress images compressed with standard filters?
Yes. JDeli can read and decompress images using its supported filters without requiring any native tools or external libraries.
Which image formats support compression filters in JDeli?
Filter support varies by format. See the individual filter pages below for details on which formats each filter applies to.