Download List

專案描述

SCZ is a set of simple, portable, light-weight
file compression and decompression utilities.
Simple compress and decompress subroutines can be
linked and called within applications to compress
or unpack data on the fly. These functions can
also be used through stand-alone utilities. The
initial set of routines implements a lossless
compression algorithm, so restoration and
decompression are perfect.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-11-27 04:41
1.8

Some very minor updates were released for the SCZ compression library routines and recursion tests. Conditional compilation statements were added to the library files to avoid redefinitions in case they get included multiple times. In the regression test generator, include statements were added for standard libraries that are now needed by gcc.
標籤: Code cleanup

2008-11-27 04:39
1.1

Include statements were added for standard libraries that are now needed by gcc in the regression test data-generator.
標籤: Test Suite, Code cleanup

2008-02-28 14:14
0.7

Issues with the SCZ photo image compression utilities reading binary files on some platforms were cleaned up. Unlike the core SCZ functions which implement perfect lossless compression, the image routines apply a lossy method appropriate for images. They achieve high compression ratios with little image degradation.
標籤: Image-SCZ, Minor bugfixes

2007-05-25 09:57
1.7

A comment error in scz.h was fixed. An API
document was added to the Web page.
標籤: Minor bugfixes

2006-10-15 20:58
1.6

Some memory leaks and freeing issues were cleaned up. A potential bug in the streams-compress function was fixed. Compression speed was improved. The header file was reorganized with prototypes for convenient linking into applications. The SCZ compression format remains stable, and the latest version passes all regression tests.
標籤: Minor bugfixes

Project Resources