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, AsciiHex, Flate, LZW, and RLE.
What decompression filters does JDeli support?
JDeli supports the following decompression filters: Ascii85, AsciiHex, Brotli, CCITT, DCT, JBIG2, JPX, LZW, RLE, and Flate.
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.
List of Supported filters
- Compress Ascii85 Data
- Compress AsciiHex Data
- Decompress Ascii85 Data
- Decompress AsciiHex Data
- Decompress Brotli Data
- Decompress CCITT Data
- Decompress DCT Data
- Deflate Flate Data
- Inflate Flate Data
- Decompress JBIG2 Data
- Decompress JPX Data
- Compress LZW Data
- Decompress LZW Data
- Compress RLE Data
- Decompress RLE Data