You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm having some problems while trying to decompress gzip buffer with zlib compressor. Can anybody give some guidance how to approach this please? I'm aware zlib requires explicit configuration to handle gzip with inflateInit2() but I'm not sure how to pass that. Can this be configured directly from blosc?
Here is a simplified example feeding in base64 input with Python.
Hello, I'm having some problems while trying to decompress gzip buffer with zlib compressor. Can anybody give some guidance how to approach this please? I'm aware zlib requires explicit configuration to handle gzip with inflateInit2() but I'm not sure how to pass that. Can this be configured directly from blosc?
Here is a simplified example feeding in base64 input with Python.
and the c++ version where blosc_decompress() returns 0 size:
The text was updated successfully, but these errors were encountered: