Data-Compression.org

data compression link collection

Author Page

MrSID by LizardTech

LizardTech has developed a portable image format called MrSID that is used by people who have huge files and want to render them in a nearly lossless manner. I think the idea is to render it on a given output device using just as many pixels as is absolutely necessary. Looks like they are pitching […]

http://www.lizardtech.com/

read more from admin's post

Posted in December 25th, 1999

A C++ wrapper class for the zlib

Published in Source Code, zlib

A short but sweet wrapper that lets you stream input and output using zlib’s deflate engine.

Note that in order to get this code to work with gcc, you might have to add the following lines of code:

int zapeof( char c ) { return 1; }
int zapeof( int c ) { return 1; }

http://www.geocities.com/SiliconValley/Lakes/2883/zlibwra.html

read more from admin's post

Posted in December 23rd, 1999

Public Source Code Release of Matching Pursuit Video Codec

This codec appears to use techniques which are compatible with H.263 and MPEG-2, although it is not compatible with those standards. The Matching Pursuit algorithm is used in place of DCT after motion compensation.

http://www-video.eecs.berkeley.edu/download/mp/

read more from admin's post

Posted in December 22nd, 1999

Oingo’s Compression Algorithms Page

Published in Links, Data Compression

Oingo is a human-edited directory, sort of a super-duper search engine.

http://www.oingo.com/topic/11/11238.html

read more from admin's post

Posted in December 21st, 1999

4i2i Communications Systems

These folks make H.261 and H.263 codecs for applications that need video compression. They have source and object software for the PC, as well as IP versions of their hardware design. The web site is reputed to have demo versions of some of their software.

http://www.4i2i.com/products.htm

read more from admin's post

Posted in December 20th, 1999

Xmill - An Efficient Compressor for XML

Those folks at AT&T have developed a compressor that can be used to squeeze individual data items in XML documents. AT&T says this is “essentially free” software. Read the license on-line to determine exactly what that means.

http://www.research.att.com/sw/tools/xmill/

read more from admin's post

Posted in December 19th, 1999

One to One Compression

This site discusses a characteristic of some compression algorithms that the author refers to as One to One compression. In a nutshell, this property means that for any file X, F( F’( X ) ) == X. (F is either the compressor or decompressor, and F’ is its opposite number.) This is definitely not the […]

http://bijective.dogma.net/compres1.htm

read more from admin's post

Posted in December 18th, 1999

Finite context modeling

An article by Arturo Campos that describes and discusses Finite Context Modeling. This modeling technique is uses by PPM compressors, although Campos makes the point that the ideas in this article can be used in other compressors as well.

http://www.arturocampos.com/ac_finite_context_modeling.html

read more from admin's post

Posted in December 18th, 1999

Xmill paper

A technical paper describing the principles behind Xmill, the AT&T package that compresses XML data items.

http://www.cis.upenn.edu/~liefke/papers/xmill.ps.gz

read more from admin's post

Posted in December 18th, 1999

Current Status of PNG

Want to know how things are going in the world of PNG? Come check this page from time to time. See the current ratings for Stability, User Acceptance, Application Support, and so on.

http://www.libpng.org/pub/png/pngstatus.html

read more from admin's post

Posted in December 17th, 1999

PPMD Var ‘E’ (Dmitry Shkarin)

Published in Source Code, PPM

Another version of the PPMD program by Dmitry Shkarin. Readme says this includes a bug fix, and removal of one model.

ftp://ftp.nsk.su/.3/windows/compress/ppmde.zip

read more from admin's post

Posted in December 17th, 1999

David’s Compression Page

This page has a some Huffman compression code that has been adapted to implement a unique property that author refers to as one to one compression. In a nutshell, this property means that for any file X, F( F’( X ) ) == X. (F is either the compressor or decompressor, and F’ is its […]

http://bijective.dogma.net/

read more from admin's post

Posted in December 17th, 1999

Adaptive Huffman Encoding

A library to perform adpative Huffman coding as described by Knuth in J. Alg. Nice clean looking C source code.

This link continues to be one of the most popular links at DataCompression.info. Reader Karl M. had this comment about the page: The program has a few problems converting from one-based to zero-based arrays. The […]

http://www.xcf.berkeley.edu/~ali/K0D/Algorithms/huff/

read more from admin's post

Posted in December 16th, 1999

Charles Bloom’s Adaptive Huffman Program

This is a fairly small C program that was developed on the Amiga.

Note: I’m not sure why, but this page gets a very high number of ratings, nearly all very favorable, although Kate W. did claim: Parts missing from the source code, can’t build.

http://www.cbloom.com/src/adaphuff.zip

read more from admin's post

Posted in December 16th, 1999

Proof of Theorem 3.7 The Huffman tree is optimal.

A nice tidy proof that the Huffman tree is an optimal prefix code for a given message. Note that a library reader finds that there is an error in the fixed-length codes listed in Table 1, a and b have duplicate values.

http://maths.abdn.ac.uk/~igc/tch/mx4002/notes/node59.html

read more from admin's post

Posted in December 16th, 1999

Programmer’s Heaven Compression Programs

A really nice set of programs and source code for all sorts of data compression. This area doesn’t appear to be actively maintained, so there are plenty of out-of-date files, but good stuff mixed in as well.

http://www.programmersheaven.com/zone22/mh142.htm

read more from admin's post

Posted in December 16th, 1999

Data Compression - Static Defined-Word Schemes

A very nice description of Huffman coding, as well as a few other types of coding. I believe this is part of a survey paper by Debra A. Lelewer and Daniel S. Hirschberg.

http://www.ics.uci.edu/~dan/pubs/DC-Sec3.html

read more from admin's post

Posted in December 15th, 1999

Huffman Coding

The Data Compression Reference Center talks about Huffman coding. A short but fairly succint explanation.
This link points to an archived site, as the original has disappeared. Links on the archived page may or may not work properly.

http://web.archive.org/web/20020214075614/http://www.rasip.fer.hr/research/compress/algori
thms/fund/huffman/

read more from admin's post

Posted in December 15th, 1999

Welcome to the Binary Huffman Coding demonstration

Another java graphical demonstration of Huffman tree building.

http://www.ee.uwa.edu.au/~roberto/teach/itc314/java/Huffman/

read more from admin's post

Posted in December 15th, 1999

Flexible Parsing (FP) - The Optimal Parsing for Dictionary Based Compression

This page describes Flexible Parsing, a proposed extension for dictionary based compression schemes. Yossi Matias, Nasir Rajpoot, and Cenk Sahinalp have a summary of their work on this page, along with links to three PS format papers that go into detail on the results. The authors summarize this improved technique as “looking one step ahead […]

http://www.dcs.warwick.ac.uk/~nasir/work/fp/

read more from admin's post

Posted in December 14th, 1999

An Optimizing Hybrid LZ77 RLE Data Compression Program

An Optimizing Hybrid LZ77 RLE Data Compression Program, aka Improving Compression Ratio for Low-Resource Decompression by Pasi Ojala.

Presents a new literal tagging system, a fast exhaustive string
match algorithm, an optimal parsing algorithm, and results on
Calgary Corpus and Canterbury Corpus.

http://www.cs.tut.fi/~albert/Dev/pucrunch/

read more from admin's post

Posted in December 13th, 1999

limes datentechnik® gmbh

These folks deliver a tool called FLAM which uses a patented data compression algorithm to do something. The site has English and German language versions, but doesn’t seem to have any detailed information on FLAM.

http://www.limes-datentechnik.de/

read more from admin's post

Posted in December 13th, 1999

Improved Huffman coding using recursive splitting.

This page contains a paper that describes a program that attempts to improve on Huffman compression by manipulation of the data stream.

http://www.ux.his.no/~karlsk/proj99/

read more from admin's post

Posted in December 9th, 1999

Top Ten Reasons why Fractal Image Compression is not Fractal

A not very serious trashing of fractal compression.

http://graphics.cs.uiuc.edu/~jch/notfractal.html

read more from admin's post

Posted in December 4th, 1999

Independent JPEG Group

The Independent JPEG Group is a source of free JPEG software. It is in wide use. Oddly enough, the groups home page doesn’t have anything interesting on it except a link to an ftp site, and a link to a couple of FAQs.

http://www.ijg.org/

read more from admin's post

Posted in December 3rd, 1999

An Algorithmic Study on Lossless Image Compression

by Xiaolin Wu, University of Western Ontario. A paper on the CALIC algorithm, first presented at DCC 96. This file is in PS format.

ftp://ftp.csd.uwo.ca/pub/from_wu/papers/dcc96.ps

read more from admin's post

Posted in December 3rd, 1999

Lossless Compression of Continuous-Tone Images via Context Selection, Quantization, and Modeling

by Xiaolin Wu, University of Western Ontario. A paper on high performance lossless image compression. I’m not sure if this paper was a predecessor to CALIC/JPEG-LS or not.

ftp://ftp.csd.uwo.ca/pub/from_wu/papers/paper0.ps

read more from admin's post

Posted in December 3rd, 1999

The Design and Analysis of Efficient Lossless Data Compression Systems

by Paul Glor Howard, Brown University, 1993. This thesis looks at statistical methods for performing data compression.

ftp://ftp.cs.brown.edu/pub/techreports/93/cs93-28.ps.Z

read more from admin's post

Posted in December 3rd, 1999

Graphics and Image File FTP Archives and WWW Pages

A collenction of links to graphics file format information.

http://www.ora.com/centers/gff/gff-faq/gff-faq1.htm#FILE_ARCS

read more from admin's post

Posted in December 3rd, 1999

http://www.ora.com/centers/gff/index.htm

The home page of the Encyclopaedia of Graphics File Formats.

http://www.ora.com/centers/gff/index.htm

read more from admin's post

Posted in December 3rd, 1999