|
|
|
Welcome Guest! Login/Join |
 MacKiDo - http://www.igeek.com/articles/Software/Compression.txt Provides brief overview of shape compression, run-length encoding, and Lempel-Ziv. |
 Sparse Matrix Compression Schemes - http://www.angelfire.com/ri/hirschberg/ Pseudocode for a spare matrix compression algorithm. |
 Dr Ross's Compression Crypt - http://www.ross.net/compression/ LZRW* text compression algorithms. Links to other compression sites. |
 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. |
 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. |
 comp.compression Frequently Asked Questions - http://www.faqs.org/faqs/compression-faq/ List from Usenet. |
 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. |
 ACM Crossroads Data Compression Issue - http://oldwww.acm.org/crossroads/xrds6-3/ Data Compression issue of ACM Crossroads, the student magazine of the Association for Computing Machinery. |
 SPIHT - http://www.cipr.rpi.edu/research/SPIHT The Set Partitioning In Hierarchical Trees algorithm for image and video compression. Documentation and resources. |
 Arturo Campos: Compression Programming - http://www.arturocampos.com/ Articles on various compression algorithms. |
 Practical Huffman Coding - http://www.compressconsult.com/huffman/ A tutorial by Michael Schindler. |
 Compression - Computing Reference - http://www.elook.org/computing/compression.htm Explanation of compression and various compression schemes at eLook Computing Reference. |
 Data Compression - http://webopedia.com/TERM/d/data_compression.html From PC Webopedia definition and links. |
 Data-Compression.com - http://www.data-compression.com A website devoted to the principles and practice of data compression. |
 PKZIP Application Note - http://www.pkware.com/index.php?option=com_content&task=view&id=64&Itemid=107 Describes the compression and decompression algorithms used by PKZIP. |
 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. |
 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. |
 DataCompression.info - http://datacompression.info/ Directory of data compression sites. Allows user to rate the listed sites. |
 Vcodex - http://www.vcodex.com/ Video and image coding tutorials, links, resources and research. |
 The Data Compression Resource - http://www.data-compression.info/ Algorithms, links, comparisons, conferences, corpora and the home of the compressor ABC. |
 3D Graphics Compression Homepage - http://www.3dcompression.com/ A directory of 3D graphics compression information, researchers, and commercial products on the web. |
 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. |
 Data Compression Reference Center - http://oldwww.rasip.fer.hr/research/compress/ Basic facts, algorithms, hardware, links, and a glossary. |