See also:
- The Art of Lossless Data Compression - - Results of tests performed to compare lossless compression of various data by all known good enough programs. Descriptions of test terms and files. Links to related programs, and pages.
|
- The Canterbury Corpus - - A set of benchmark results for various lossless compression methods. Includes test files and compression test results for many research compression methods.
|
- Compression via Arithmetic Coding in Java - - Unrestricted open-source Java implementation of the PPM (prediction by partial matching) algorithm for text and data compression by Bob Carpenter. Builds with ant.
|
- The LBE Data Compression Algorithm - - A Huffman like algorithm that uses triangular matrices, rather than binary trees, for string substitution. Free source code available.
|
- MacKiDo - - Provides brief overview of shape compression, run-length encoding, and Lempel-Ziv.
|
- Mitsuharu Arimura's Data Compression Pointers - - Very large list of links, including books and lecture notes, benchmarkings, archives, image/graphic compression, fractal compression, wavelets, video and audio compression, and links to other link lists.
|
- SPIHT - - The Set Partitioning In Hierarchical Trees algorithm for image and video compression. Documentation and resources.
|
- Tutorial on Image Compression - - A tutorial on Image Compression, with step by step procedural examples and list of references, along with sample code.
|
- Vcodex - - Video and image coding tutorials, links, resources and research.
|
|