.ZZ File Extension
Zzip Compressed Archive
Developer | N/A |
Popularity |
3.0 | 39 Votes |
What is a ZZ file?
File archive compressed with Zzip, a compression tool for Windows and Unix; uses a compression algorithm based primarily on the Burrows-Wheeler Transform method; supports file integrity tests and built-in multimedia detection and compression.
Programs that open ZZ files
Pigz Zlib Compressed File
Developer | Jean-loup Gailly and Mark Adler |
Popularity |
4.0 | 3 Votes |
A ZZ file may also be a compressed archive created by pigz, a compression utility published by the developers of the zlib compression format. It contains a file or files that have been compressed using zlib compression. In pigz, ZZ files are created using the -z or --zlib commands.
More Information
Pigz (which stands for Parallel Implementation of GZip) is a compression utility that typically compresses files using GZip compression. These compressed files are saved as .GZ files. However, pigz users can also compress files using zlib compression. In that case, the compressed files are saved as ZZ files.
NOTE: Zlib compressed files may also be saved with the .ZL extension.
How to open a ZZ file
You can decompress a ZZ file using pigz (cross-platform) or zlib (cross-platform). For example, in pigz, you can use the -d, --decompress, or --uncompress commands to decompress a ZZ file. For detailed instructions on how to use pigz or zlib, click the links found below.