Top "Compression" questions

The name given to the process of encoding data such that it uses lesser number of bits as compared to the original representation.

How do I gzip compress a string in Python?

How do I gzip compress a string in Python? gzip.GzipFile exists, but that's for file objects - what about …

python compression gzip
zlib decompression in python

Okay so I have some data streams compressed by python's (2.6) zlib.compress() function. When I try to decompress them, some …

python compression zlib corruption
Compress camera image before upload

I am using this code (from www.internetria.com) to take a photo and upload to a server: onCreate: Intent …

android image upload camera compression
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 …

string node.js compression zlib
Save file from a byte[] in C# NET 3.5

My TCP Client receives a image within a packet.The image is compressed with zlib.The task is to decompress …

c# .net-3.5 compression zlib
How to detect type of compression used on the file? (if no file extension is specified)

How can one detect the type of compression used on the file? (assuming that .zip, .gz, .xz or any other …

binary compression
How can I Zip and Unzip a string using GZIPOutputStream that is compatible with .Net?

I need an example for compressing a string using GZip in android. I want to send a string like "hello" …

android .net compression zip gzip
How can I decompress an archive file having tar.zst?

I do not know how I can decompress a file having tar.zst extension and even though I did look …

zip archive tar compression
Suggested Compression Ratio with H.264?

Note bene: I realize this is an immensely complicated question with about a million levels of nuance that I'm trying …

video compression video-encoding h.264
Best Compression algorithm for a sequence of integers

I have a large array with a range of integers that are mostly continuous, eg 1-100, 110-160, etc. All integers …

algorithm compression