Tagged Questions
0
votes
1answer
46 views
Minecraft NBT zlib compression in c doesn't get accepted by the game
I'm currently working on a NBT reader and writer to edit Minecraft maps (both the player data and the chunks themselves). I've got the reading of NBTData all done and I was able to write a level.dat ...
0
votes
1answer
74 views
How to write gz file in C via zlib and compress2
I'm using zlib to write a program that compress data in several threads. so I can't use gzwrite. I'm using compress2().
*dest_len = compressBound(LOG_BUFF_SZ);
err = ...
0
votes
1answer
67 views
C++ - zlib uncompress function crashes program
I should note that this program is adhering (at least, trying to) to the Tiled API.
I'm trying to use the uncompress() function in zlib, but for some reason my program crashes whenever I call the ...
0
votes
2answers
104 views
how to link zlib library
Hi I'm using boost and zlib filter to compress and decompress data. on the instruction of boost page, it is saying
if the .cpp file depends on an external library, you'll have to build it from the ...
0
votes
2answers
144 views
Ruby zlib deflate and inflate not working as intended
I have been trying to get a (relatively) simple compression and decompression functionality working on any sort of object (images, csv files, docs etc) and have had no success whatsoever.
I have ...
2
votes
0answers
301 views
zlib inflate returns Z_DATA_ERROR “Incorrect header check”
I'm trying to develop my own SPDY support implementation on a web server, SPDY is a Google experimental protocol for reducing latency in loading web pages. Client/server interaction happens through a ...
0
votes
1answer
93 views
Can zlib create tar file, on Windows?
Have zlib for Visual Studio on windows.
Can I create a tar compressed file?
If so, what is the proper file extension for a tar file compressed with zlib.
(I see that gzip can do this and has the ...
0
votes
2answers
153 views
Python zlib not compressing string?
I'm going through the python.org's python tutorial, at the moment. I'm on 10.9 and I am trying to use the zlib library to compress a string. However, the len(compressedString) isn't always less than ...
0
votes
3answers
207 views
C++ zlib compression of strings in file
I've been trying to compress strings and save them to text files, then read the data and decompress it. When I try to decompress the read string, however, I get a Z_BUF_ERROR (-5) and the string may ...
-1
votes
1answer
85 views
Zlib inflate error
I am trying to save compressed strings to a file and load them later for use in the game. I kept getting "in 'finish': buffer error" errors when loading the data back up for use. I came up with this:
...
0
votes
0answers
70 views
How can I add external zlib library to Dev c++ compiler?
I need to add external zlib library to Dev C++ I tried many ways to do but never worked.Mostly I am taking no such file or directory. After I managed to solve this next one is undefined reference to ...
0
votes
3answers
211 views
How to decompress gzipstream with zlib
Can someone tell me which function I need to use in order to decompress a byte array that has been compressed with vb.net's gzipstream. I would like to use zlib.
I've included the zlib.h but I ...
1
vote
2answers
79 views
Adding a member to zip file from a file handle in Perl
I am trying to add a remote file to a local zip archive.
Currently, I am doing something like this.
use Modern::Perl;
use Archive::Zip;
use File::Remote;
my $remote = File::Remote->new(rsh => ...
2
votes
2answers
197 views
Append to gzipped Tar-Archive
I've written a program, generating a tarball, which gets compressed by zlib.
At regular intervals, the same program is supposed to add a new file to the tarball.
Per definition, the tarball needs ...
1
vote
1answer
86 views
Why Zlib compression is better on string vs binary data?
Say I have a .txt file like this:
11111111111111Hello and welcome to stackoverflow. stackoverflow will hopefully provide me with answers to answers i do not know. Hello and goodbye.11111111111111
...
0
votes
1answer
383 views
Read in zlib file in Python results in “incorrect header check” [duplicate]
Possible Duplicate:
uncompressing tar.Z file with python?
I am trying to read a zlib compressed in order to directly access the data in the contained HDF file (using pyhdf). However, I ...
0
votes
1answer
78 views
Compress a complete directory in Ruby with zlib?
This is the code I'm trying.
require 'zlib'
Dir.glob('*.*').each do |file|
Zlib::GzipWriter.open('output.gz') do |gz|
gz.mtime = File.mtime(file)
gz.orig_name = File.basename(file)
...
0
votes
1answer
53 views
How does zlib works with Z_FIXED strategy?
A quick look at the documentation states that :
Z_FIXED prevents the use of dynamic Huffman codes,
allowing for a simpler decoder for special applications.
So, if it does not use dynamic Huffman, ...
0
votes
1answer
194 views
C++ zilib deflate/inflate and ztream parameters
After understood (with some help...) how work the compress and uncompress functions of zlib library, I'm now trying to understand how deflate and inflate work. As far as i understand, compress is used ...
1
vote
1answer
132 views
C++ zlib compression on float in a struct
I have been searching for a long a way to compress, using the zlib library (and the function compress) a struct containing float vars.
Every example i saw are showing how to compress a string, ...
0
votes
2answers
110 views
zlib Compression Error
I'm using this code snippet which I grabbed from a tutorial. It's meant to compress the data from an input file and put it into the output file. However, it gives a segmentation fault when running ...
0
votes
0answers
160 views
ZLIB compression
I'm working on a project wherein if something goes wrong on my disk I'll send chunks of memory to another disk after compressing it using ZLIB. This dump then I plan to download and use for further ...
1
vote
3answers
159 views
zlib does not compress in standard zip format
I am using python zlib and I am doing the following:
Compress large strings in memory (zlib.compress)
Upload to S3
Download and read and decompress the data as string from S3 (zlib.decompress)
...
2
votes
3answers
241 views
GZIP CSS completely breaks page
Thanks for stopping by. I really tried this on my own, but once again it seems too much for me to handle.
THE SITUATION...
I'm live with my own website http://www.marianarlt.de on a shared hoster. ...
0
votes
4answers
388 views
file compression using zlib
Can i use the zlib library function to compress files. I try to do a file compression using "gzopen()" which is actually working with single file with some problems. When i try to decompress the ...
1
vote
2answers
117 views
Compressing small piece of data
I have a buffer of let's say 4KB, containing data in JSON-like format. I need to add significantly more information (up to let's say 3x more) to it, but I have to fit in this small chunk of memory. I ...
0
votes
1answer
109 views
unknown zlib header (.vrscene)
This is format description of Vray's .vrscene file:
http://spot3d.com/vray/help/maya/sdk22/vrscene_format.html
I interested in paragraph about "Compressed hexadecimal lists". There is said that ...
0
votes
0answers
38 views
How to compress using Cryptographic Message Syntax
I've been looking for information about the CMS(Cryptographic Message Syntax) online for a long time while I even couldn't understand most of the results I've got so far.So I hope there is someone who ...
0
votes
2answers
540 views
Zlib inflate and deflate errors
Hi everyone I am basically trying to use the zlib library, but I am having troubles when I try to inflate a self-deflated file , although when I inflate other zlib´d files it works fine.
The ...
0
votes
2answers
385 views
Python: compress large files
I have to compress files. Given that files can be large, I have to split them into chunks. Also, if the user provides a password, I have to encrypt the files, so I'd prefer to use a compression ...
2
votes
1answer
152 views
How can one copy the internal state of zlib compressor object in Python
I have to compress a long list of strings. I have to compress them individually. Each string is less than 1000 chars long. However many of these strings have a common prefix. Therefore I was wondering ...
0
votes
2answers
484 views
How can I compress my .php site with zlib and zpipe.c
I am having a problem compressing my website. My host (www.one.com) does not support gzip, so I contacted them regarding any other way to compress my site. First I talked to a supporter that told me ...
1
vote
1answer
868 views
zlib: Differences Detween the `deflate` and `compress` Functions
What are the differences between the deflate() and compress() functions in zlib?
I have looked through online examples and some used deflate while others used compress.
How should I decide which ...
2
votes
1answer
294 views
How can I decompress a vector of deflated data with Boost?
I have a vector that contains zlib-compressed (deflated) data. I would like to decompress it with Boost's filtering_istream. There is only one example on their site, which operates on a stream of data ...
0
votes
1answer
117 views
PDF pages show up blank after Deflate compression
I have created an application in .NET which creates simple text based PDF files from scratch. I have been successful in creating PDF files where I put content text as it is e.g. Td (Hello World) Tj.
...
-1
votes
1answer
325 views
Compressing an array of integers in C using zlib
I need an urgent help about compressing an array of integers using zlib,and that will be in c language.
i have: uint16_t arrayOfData[120] and i want to compress it so that i get the compressed ...
0
votes
1answer
209 views
PHP (ZLIB) uncompression of a C (ZLIB) compressed array returns gibberish
I have a set of ZLIB compressed / base64 encoded strings (done in a C program) that are stored in a database. I have written a small PHP page that should retrieve these values and plot them (the ...
0
votes
1answer
589 views
PHP's 'gzuncompress' function in the shell? [duplicate]
Possible Duplicate:
Deflate command line tool
Yes, I know I can use PHP itself on the shell, but I need this functionality in a script that is deployed before PHP is available.
I've tried ...
1
vote
1answer
374 views
Optimal size for zlib compression?
I have seen threads about minimal and maximum size for zlib compression. I wanted to know what people think is the optimal size for a compressed block of data that will ensure the best speed. Is there ...
3
votes
3answers
593 views
Zlib compression on MSP430
Has anyone attempted using zlib compression on an MSP430? Do you have any advice on how to compile to library for use in an MSP430 project (I am using IAR Embedded Workbench)?
2
votes
2answers
308 views
How can I compress a list with zlib in Erlang and decompress it back?
Let's say I would like to compress the following list and keep the compressed version in RAM:
List = lists:seq(1,100000).
The example provided in the official documentation doesn't work for me - I ...
0
votes
0answers
130 views
Compressed element yields 'wrong' uncompressed data using zlib/glib in C
A colleague of mine has a piece of code which compressed/encodes a file (snippet below):
#define DATA_PRECISION 32
#define BITS_PER_BYTE 8
#define UNIT 1
#define ZLIB_COMP_FACT_1 0.1
#define ...
0
votes
1answer
242 views
How do I use a dictionary with ZLIB.NET?
I am trying to use a dictionary with the ZLIB .NET library but the ZStream member inflateSetDictionary always returns Z_STREAM_ERROR. I have tracked this down to a sub call to ...
3
votes
3answers
591 views
How to decompress stream deflated with java.util.zip.Deflater in .NET?
I have a dump after java.util.zip.Deflater (can confirm it's valid because Java's Inflater opens it fine) and need to open it in .NET:
byte[] content = ReadSample(sampleName);
var input = new ...
0
votes
1answer
227 views
zlib linking errors
I downloaded the latest zlib1.2.5 package and added root directory of zlib to c++ builder include path/lib path and tried to compile the following code
but gives linking errors in compress, ...
3
votes
2answers
297 views
gzcompress() randomly inserting extra data?
I've been researching this all morning and have decided that as a last-ditch effort, maybe someone on Stack Overflow has a "been-there, done-that" type of answer for me.
Background Recently, I ...
1
vote
0answers
128 views
Zipping Directory using zlib [duplicate]
Possible Duplicate:
Zip folder in C#
can i compress directory using zlib in C#
i know that we use ZOutputStream and ZInputStream to compress and decompress but it takes filestreams how i ...
1
vote
1answer
408 views
how to create compressesed SSL/TLS connection on android
i want to have an https connection to the server, but in order to conserve bandwidth i want it to be compressed.
I heard that some SSL implementations support compression (i dont mean the zlib ...
0
votes
0answers
824 views
zlib - compress a file using C
I'm looking for some code such that I can compress a .txt file to a .gz file and then decmopress the .gz file to stdout.
I need to use zlib - trouble is, I can't really find anything to get started!
...
1
vote
1answer
3k views
Compression and decompression of data using zlib in Nodejs
Can someone please explain to me how the zlib library works in Nodejs?
I'm fairly new to Nodejs, and I'm not yet sure how to use buffers and streams.
My simple scenario is a string variable, and I ...