Sponsored Links:
comp.compression Frequently Asked Questions (Popularity: )
http://www.faqs.org/faqs/compression-faq/
List from Usenet.
|
How Stuff Works: How File Compression Works (Popularity: )
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 ...
|
The LBE Data Compression Algorithm (Popularity: )
http://in.geocities.com/iamthebiggestone
A Huffman like algorithm that uses triangular matrices, rather than binary trees, for string substitution. Free source code available.
|
Dr Ross's Compression Crypt (Popularity: )
http://www.ross.net/compression/
LZRW* text compression algorithms. Links to other compression sites.
|
Arturo Campos: Compression Programming (Popularity: )
http://www.arturocampos.com/
Articles on various compression algorithms.
|
Data-Compression.com (Popularity: )
http://www.data-compression.com
A website devoted to the principles and practice of data compression.
|
Sparse Matrix Compression Schemes (Popularity: )
http://www.angelfire.com/ri/hirschberg
Pseudocode for a spare matrix compression algorithm.
|
The Canterbury Corpus (Popularity: )
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 ...
|
Practical Huffman Coding (Popularity: )
http://www.compressconsult.com/huffman/
A tutorial by Michael Schindler.
|
ACM Crossroads Data Compression Issue (Popularity: )
http://www.acm.org/crossroads/xrds6-3
Data Compression issue of ACM Crossroads, the student magazine of the Association for Computing Machinery.
|
Tutorial on Image Compression (Popularity: )
http://www.debugmode.com/imagecmp/
A tutorial on Image Compression, with step by step procedural examples and list of references, along with sample code.
|
Vcodex (Popularity: )
http://www.vcodex.com/
Video and image coding tutorials, links, resources and research.
|
DataCompression.info (Popularity: )
http://datacompression.info/
Directory of data compression sites. Allows user to rate the listed sites.
|
The Art of Lossless Data Compression (Popularity: )
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 ...
|
Data Compression Reference Center (Popularity: )
http://oldwww.rasip.fer.hr/research/compress/
Basic facts, algorithms, hardware, links, and a glossary.
|
Compression via Arithmetic Coding in Java (Popularity: )
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. ...
|
Lossless Image Compression with Switched Linear Prediction (Popularity: )
http://www3.tokai.or.jp/sjw/compress/compress.html
By Shinji Wakasugi. A simple method for lossless image compression using switched linear prediction. Report in PDF with code in ...
|
MacKiDo (Popularity: )
http://www.igeek.com/articles/Software/Compression.txt
Provides brief overview of shape compression, run-length encoding, and Lempel-Ziv.
|
Data Compression (Popularity: )
http://webopedia.com/TERM/d/data_compression.html
From PC Webopedia definition and links.
|
Compression - Computing Reference (Popularity: )
http://www.elook.org/computing/compression.htm
Explanation of compression and various compression schemes at eLook Computing Reference.
|