Data-Compression.org

data compression link collection

Archives

Oak Technology JPEG Image Processor

Posted in October 30th, 2001
Published in Hardware, JPEG

The PM-36 is a chip that is touted as processing up to 110 MB of data per second. Oak says it is suitable for copiers, printers, scanners, etc.

http://www.oaktech.com/products/imaging/processors/icodec/pm36.html

read more from " Oak Technology JPEG Image Processor "

Batch Zip Toolkit

Posted in October 28th, 2001

Despite the name, this is simply an archiving program that supports the usual gamut of compression formats, including Zip, RAR, ACE, etc.

Version 3.00 seems to be shipping in December, 2002.

http://www.dtrleisure.com/bztk/index.html

read more from " Batch Zip Toolkit "

Teddy Turner Mixed Up In Compression Lawsuit

Posted in October 26th, 2001

Teddy Turner, son of CNN mogul Ted Turner, was apparently named in a lawsuit in 1999 over an alleged misrepresentation of compression claims. A Florida company named Vision Tek claimed it could pump video over normal phone lines at high speeds, but was not able to satisy its investors, leading to a court case.

http://jacksonville.bcentral.com/jacksonville/stories/1999/03/15/story1.html

read more from " Teddy Turner Mixed Up In Compression Lawsuit "

Xipped

Posted in October 21st, 2001

Advertised as The world’s most versatile and powerful archive utility! Available as shareware or free w/ads. Supports various formats, does conversions, works with the Windows shell.

http://www.xipped.com/

read more from " Xipped "

JPEG Library

Posted in October 9th, 2001

Intel has a C/C++ JPEG library that works with Visual C++ under Win32. It would appear that their motivation is to distribute code that is optimized for the MMX extensions in their processor. License agreement has a few points that should be examined, but essentially it appears to be free. Please correct me if I’m […]

http://developer.intel.com/software/products/perflib/ijl/index.htm

read more from " JPEG Library "

Maxcode Archive Download Page

Posted in October 9th, 2001

Maxcode has a selection of C/C++ code here related to archiving and compression.

http://www.maxcode.com/nuke/download.php?op=viewsdownload&sid=32

read more from " Maxcode Archive Download Page "

Add GIF-animation to your MFC and ATL projects

Posted in October 8th, 2001

Decoding GIF files and displaying them without help isn’t particularly easy. Add animation to the task and you’re looking at a ton of work. Fortunately, this MFC-compatible set of classes on the CodeProject web site does the heavy lifting for you.

http://www.codeproject.com/bitmap/pictureex.asp

read more from " Add GIF-animation to your MFC and ATL projects "

CPicture - The Yovav (Horror) PictureShow

Posted in October 8th, 2001

Straightforward code compatible with Visual C++ and MFC for decoding and displaying JPEG, GIF, BMP, and a few other types of files.

http://www.codeproject.com/bitmap/pictureshow.asp

read more from " CPicture - The Yovav (Horror) PictureShow "

JPEG Compression Algorithm and Associated Data Structures

Posted in October 7th, 2001

A paper by Mark D. Schroeder at the University of North Dakota. This paper talks a bit about implementation issues for JPEG.

http://www.cs.und.edu/~mschroed/jpeg.html

read more from " JPEG Compression Algorithm and Associated Data Structures "

Location Based Encoding - LBE

Posted in October 6th, 2001

Chitaranjan P.S., Arun Shankar, and Niyant .K posted a description of a new coding scheme called LBE on the web. It’s interesting, but I’m not sure that it appears to have any serious advantages over current state of the art.

http://in.geocities.com/iamthebiggestone/how_lbe_works.htm

read more from " Location Based Encoding - LBE "

ARJ for Linux and FreeBSD

Posted in October 5th, 2001
Published in Commercial Programs, ARJ

Andrew Belov, from ARJ Software Russia, has announced the release of ARJ for Linux and FreeBSD. Links on this site to the OS/2 version as well, if you’re in the market for that.

http://testcase.newmail.ru

read more from " ARJ for Linux and FreeBSD "

Compressed Virtual Memory

Posted in October 3rd, 2001

Rodrigo Castro has an interesting project going at the University of Sao Paulo in Brasil. Rodrigo is integrating compression with the virtual memory system of Linux. By storing compressed pages in RAM, he hopes to improve overall system performance. The goal is to read and write fewer pages to disk. See the full details on
his […]

http://linuxcompressed.sourceforge.net/

read more from " Compressed Virtual Memory "