Top "Zlib" questions

zlib is a library used for data compression.

How to link Zlib with Cmake

I am trying to link my file with the zlib libray but still get: undefined reference to `deflateInit_'. I …

c cmake gzip zlib
Decode a base45 string that will lead to a cbor compressed file

Hi im trying to read my greenpass certificate, and i know that when you scan the QR code it will …

javascript certificate qr-code zlib cbor
Difference between mod_deflate and zlib output_compression

Can anyone tell me the difference between using mod_deflate and zlib output_compression? I understand that zlib is done …

php apache .htaccess zlib mod-deflate
What's the proper way to handle back-pressure in a node.js Transform stream?

Intro These are my first adventures in writing node.js server side. It's been fun so far but I'm having …

javascript node.js zlib
zlib inflate decompression operation

I have a data buffer which contains multiple compressed members, it could be deflate or zlib compressed member. I found …

c++ zlib inflate deflate
Read gzip stream line by line

I've got a compressed gzip file which I would like to read line by line. var fs = require('fs') var …

node.js gzip zlib
Python: No Module named Zlib, Mac OS X El Capitan 10.11.6

I'm trying to convert my python command line application to an app with py2app. Everytime I try to import …

python macos homebrew zlib
zlib decompression failing

I'm writing an application that needs to uncompress data compressed by another application (which is outside my control - I …

compression zlib
Unzip buffer with Python?

I have a buffer of bytes read from a library call and I would like to unzip the content which …

python zip zlib unzip zipfile
How to find a good/optimal dictionary for zlib 'setDictionary' when processing a given set of data?

I have a (huge) set of similar data files. The set is constantly growing. The size of a single file …

java compression zlib deflate