< index
< 10. Noise generator

=====================================
11. Compression toolkit
=====================================

> 12. Field of view toolkit
This toolkit provides functions to save or read compressed data from a file. While the module is named Zip, it has nothing to do with the .zip format as it uses zlib compression (.gz format).
Note that this modules has no python wrapper. Use python built-in zip module instead.
You can use the compression buffer in two modes :

11.1 Creating a compression buffer
11.2 Putting data in the buffer
11.3 Saving the compressed data to a file
11.4 Loading compressed data from a file
11.5 Getting data from the buffer
11.6 Destroying a compression buffer
insert a comment