Tracking the tools that decentralize the media. tools process ideas resources eventsav

unmediated

 

May 12, 2006

Vaguely PAK like file format supporting compression and read/write operation (as zipfiles are not that well suited to read/write).

Today at comp.compression, Brendan G Bohannon announced a vaguely PAK like file format supporting compression and read/write operation (as zipfiles are not that well suited to read/write). The format will assume no fragmentation of smaller files, rather a file is to be moved if it expands beyond the space available to it.

Current default file extension will be “zpk” and will use deflate with a 64kB window. The CRC algo will be the same algo used in ZIP and PNG for example.

You can checkout the code and format specs.