Data-Compression.org

data compression link collection

Author Page

David’s View of BWT

David Scott occupies a unique niche in the world of data compression. He is very interested in how one can adapt existing compression technologies to be bijective, a term you can find defined on his web page. The stated motivation for this is to increase the difficulty of breaking an encrypted version of the file. […]

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

read more from admin's post

Posted in September 21st, 2000

Colour metric

A good explanation on color perception. This isn’t truly a data compression topic, but it actually plays a very important role in lossy image compression schemes, so I though the library ought to have at least one or two points.

http://www.compuphase.com/cmetric.htm

read more from admin's post

Posted in September 21st, 2000

The Green Tree Of Compression Methods

A Practical Introduction To Data Compression by Alexander Ratushnyak. A Data Compression mini-FAQ with a good set of links.

http://geocities.com/eri32/int.htm

read more from admin's post

Posted in September 21st, 2000

A Run Length Encoding Scheme For Block Sort Transformed Data

A paper by Michael A. Maniscalco that desribes an RLE algorithm tailored for use with the BWT compression technique.

http://www.geocities.com/m99datacompression/papers/rle/rle.html

read more from admin's post

Posted in September 21st, 2000

FreeExtractor

A free program to create self extracting archives from Zip files. An open source program that harkens back to shareware days by asking for donations, old-school style.

http://www.disoriented.com/FreeExtractor/

read more from admin's post

Posted in September 15th, 2000

Shannon Statue

A bronze statue of Claude Shannon will be unveiled on Friday, October 6, 2000 in his hometown, Gaylord, Michigan. This sculpture by Eugene Daub was commissioned by the Information Theory Society of the Institute of Electrical and Electronics Engineers (IEEE). It will be installed in the recently named Shannon Park in downtown Gaylord.

http://www.eecs.umich.edu/shannonstatue/

read more from admin's post

Posted in September 15th, 2000

Information Theory - Who Created It?

A small web page with some info about Claude Shannon and what he meant.

http://www.lucent.com/minds/infotheory/who.html

read more from admin's post

Posted in September 15th, 2000

Claude Elwood Shannon

A short bio, plus some links to more information on Shannon.

http://www-groups.dcs.st-and.ac.uk/%7ehistory/Mathematicians/Shannon.html

read more from admin's post

Posted in September 15th, 2000

Claude Shannon

A bio on Shannon, plus some links.

http://www.nightgarden.com/infosci.htm#claude

read more from admin's post

Posted in September 15th, 2000

The significance of Shannon’s Work

A salute to Claude Shannon from Bell Labs.

http://cm.bell-labs.com/cm/ms/what/shannonday/work.html

read more from admin's post

Posted in September 15th, 2000

Johan Wahlin’s Huffman Tool

A Java program that prints javacode for coding and decoding the characters through a Huffman tree.

http://DataCompression.info/ArchiveFormats/HuffmanTool.txt

read more from admin's post

Posted in September 12th, 2000

JPEG Cruncher Pro

JPEG Cruncher is a commercial app that lets you squeeze the heck out of your images while keeping them looking as nice as possible.

http://www.spinwave.com/jc/

read more from admin's post

Posted in September 12th, 2000

What is Compression?

An explanation from Colin E. Manning, complete with pictures.

http://www.newmediarepublic.com/dvideo/compression/adv04.html

read more from admin's post

Posted in September 12th, 2000

Progressive Geometry Compression

by Andrei Khodakovsky, Peter Schröder, Wim Sweldens. Compressing 3-D object representations is a good thing. Even better is allowing progressive display of these objects. The techniques in this paper are to be applied to geometric meshes.

http://cm.bell-labs.com/who/wim/index.html

read more from admin's post

Posted in September 8th, 2000

Text Preprocessing for Burrows-Wheeler Block Sorting Compression

A short paper discussing various preprocessing techniques that can be used in BWT-based compression programs. RTF format.

http://DataCompression.info/ArchiveFormats/BWT_paper.rtf

read more from admin's post

Posted in September 6th, 2000

JJ2000 - An Implementation of the JPEG2000 Standard in Java

JJ2000 is a Java implementation of a JPEG 2000 codec. The web site states that JJ2000 is under consideration to be a reference implemenation of the standard. JJ2000 is now freely available to all, and may be freely used in products that implement JPEG 2000-Part I.

The page also includes links to a white paper, presentations, […]

http://jj2000.epfl.ch/

read more from admin's post

Posted in September 6th, 2000

CyberMail

Cybermail is a product that lets you compress video files for email transmission. According to the advert, they have a revolutionary new compression engine!,

http://www.comtrad.com/cfusion/template/makepage.cfm?prod_name=Video_Email&site=85124&bran
ch=unshocked&category=0&product_base_id=322&sourceid=002938462

read more from admin's post

Posted in September 6th, 2000

VIGOS Website Accelerator

Vigos makes software that lets you compress web pages before delivering them to your customers.

http://www.vigos.com

read more from admin's post

Posted in September 5th, 2000

Data Compression: Bits, Bytes, and Beefalo

by Walter Korman. An introductory article with a very brief look at the field, along with some links.

http://www.go2net.com/internet/deep/1997/01/01/

read more from admin's post

Posted in August 30th, 2000

Shannon Fano Coding

An overview of Shannon Fano coding from the folks at the DataCompression Reference Center.
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/20020618022412/http://www.rasip.fer.hr/research/compress/algori
thms/fund/sfc/

read more from admin's post

Posted in August 30th, 2000

Data Compression

by Jack Ganssle. A quick look at lossless compression, including RLE, Huffman coding, and LZ techniques.

http://www.ganssle.com/articles/acompres.htm

read more from admin's post

Posted in August 30th, 2000

EE 5585 Home Page

A collection of class notes, homework assignments, and links for a class on Data Compression at the University of Minnesota.

http://www.ece.umn.edu/users/kieffer/ece5585.html

read more from admin's post

Posted in August 30th, 2000

ACB, DMC, PPM, LZ - Classification, Idea, Comparision

by George Buyanovsky. One of the only existing explanations of the mysterious ACB algorithm.

http://www.cs.pdx.edu/~idr/unbzip2.cgi?compression/acb_compress.html.bz2

read more from admin's post

Posted in August 30th, 2000

Introduction / Lossless Data Compression

A web page that provides an overview of lossless techniques.

http://www.vectorsite.net/ttdcmp1.html

read more from admin's post

Posted in August 30th, 2000

CInfoZip

CInfoZip by Alchemy Lab is an MFC class that makes it easy to add Zip support to your C++ programs written using Visual C++. Despite the fact that Alchemy Labs is a commercial operation, they’re giving this code away for free.

http://www.alchemy-lab.com/devcorner/infozip/

read more from admin's post

Posted in August 30th, 2000

Compression Algorithms

This page has links to a bunch of algorithm descriptions, courtesy of the Data Compression Reference Center.
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/19990427033625/http://www.rasip.fer.hr/research/compress/algori
thms/index.html

read more from admin's post

Posted in August 30th, 2000

Introduction to Data Compression

A set of slides, maybe to accompany a lecture. Covers basic info theory and data compression.

http://www.ifi.uio.no/~ftp/publications/cand-scient-theses/SHuseby/html/node41.html

read more from admin's post

Posted in August 30th, 2000

CCZip

Published in Commercial Programs, Zip

Another zip utility.

http://www.castillobueno.com/cczip.htm

read more from admin's post

Posted in August 28th, 2000

Information Theory Primer

A very gentle introduction to Shannon’s discrete entropy, written for moleculary biologists.

Reader Mike said To the point explanation of the “why” of some of the math. This allows you to look a symbols and understand the _meaning_ not just the math..

ftp://ftp.ncifcrf.gov/pub/delila/primer.ps

read more from admin's post

Posted in August 27th, 2000

IstraSoft

IstraSoft appears to make some speech codecs, supplied as Windows DLLs. Plus some discussion on their web page re: English phonetics.

http://www.istrasoft.com/

read more from admin's post

Posted in August 27th, 2000