- Mitsuharu Arimura's Data Compression Pointers - http://www.hn.is.uec.ac.jp/~arimura/compression_links.html
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.
- How Stuff Works: How File Compression Works - http://www.howstuffworks.com/file-compression.htm
Detailed narrative fully describes how a file is actually deflated, or compressed to get rid of redundancy - and save space.
- The LBE Data Compression Algorithm - http://in.geocities.com/iamthebiggestone
A Huffman like algorithm that uses triangular matrices, rather than binary trees, for string substitution. Free source code available.
- Data-Compression.com - http://www.data-compression.com
A website devoted to the principles and practice of data compression.
- The Canterbury Corpus - http://corpus.canterbury.ac.nz
A set of benchmark results for various lossless compression methods. Includes test files and compression test results for many research compression methods.
- Tutorial on Image Compression - http://www.debugmode.com/imagecmp/
A tutorial on Image Compression, with step by step procedural examples and list of references, along with sample code.
- PKZIP Application Note - http://www.pkware.com/support/appnote.html
Describes the compression and decompression algorithms used by PKZIP.
- Groovyweb Compression Tutorials - http://www.groovyweb.uklinux.net/index.php?page_name=compression
Compression tutorials, links to other compression sites and compression downloads.
- Vcodex - http://www.vcodex.com/
Video and image coding tutorials, links, resources and research.
- DataCompression.info - http://datacompression.info/
Directory of data compression sites. Allows user to rate the listed sites.
- The Data Compression Resource - http://www.data-compression.info/
Algorithms, links, comparisons, conferences, corpora and the home of the compressor ABC.
- The Art of Lossless Data Compression - http://geocities.com/SiliconValley/Bay/1995/
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.
- 3D Graphics Compression Homepage - http://www.3dcompression.com/
A directory of 3D graphics compression information, researchers, and commercial products on the web.
- SPIHT - http://www.cipr.rpi.edu/research/SPIHT
The Set Partitioning In Hierarchical Trees algorithm for image and video compression. Documentation and resources.
- Compression via Arithmetic Coding in Java - http://www.colloquial.com/ArithmeticCoding/
Unrestricted open-source Java implementation of the PPM (prediction by partial matching) algorithm for text and data compression by Bob Carpenter. Builds with ant.
- MacKiDo - http://www.igeek.com/articles/Software/Compression.txt
Provides brief overview of shape compression, run-length encoding, and Lempel-Ziv.
- Data Compression - http://webopedia.com/TERM/d/data_compression.html
From PC Webopedia definition and links.
- Compression - Computing Reference - http://www.elook.org/computing/compression.htm
Explanation of compression and various compression schemes at eLook Computing Reference.
|