Tagged Questions
The decompression tag has no wiki summary.
107
votes
11answers
74k views
Online Tool to Unminify / Decompress JavaScript
Are there any scripts and/or online tools that can reverse the effects of minification similar to how Tidy can clean up horrific HTML?
I'm specifically looking to unminify a minified JavaScript file, ...
7
votes
1answer
257 views
Treating 7z files as .NET streams
I would like to chain multiple stream operations (like downloading a file, uncompressing it on the fly, and processing the data without any temp files). The files are in 7z format. There is a LZMA SDK ...
6
votes
4answers
167 views
In-place run length decoding?
Given a run length encoded string, say "A3B1C2D1E1", decode the string in-place.
The answer for the encoded string is "AAABCCDE". Assume that the encoded array is large enough to accommodate the ...
6
votes
3answers
448 views
PHP Manual GZip Encoding
I was testing my website with Page Speed and the result was around 70/100. Enable Compression was the first and most important factor in slowing it down.
I know that I can do that by modifying the ...
6
votes
7answers
456 views
Compressing a byte array in Java and decompressing in C
I currently have the following array in a Java program,
byte[] data = new byte[800];
and I'd like to compress it before sending it to a microcontroller over serial (115200 Baud). I would like to ...
6
votes
2answers
273 views
Only decompress a specific bzip2 block
Say I have a humongous bzip2 file (over 5GB), and say I want to decompress only block #x, because there is where my data is (block is different every time). How would I do this.
I have thought about ...
5
votes
6answers
132 views
Compressing / Decompressing Folders & Files in C#?
Anyone know of a good way to do this in C# quickly? Handling large files might be necessary. Thanks in advance? :)
4
votes
1answer
78 views
Downscaling JPG during JPG decompression
I have to downscale and decompress a set of JPG images of size 4608 x 3456. Currently, I have already been able to decompress the images correctly to RGB format and convert them to a Bitmap.
Now I ...
4
votes
2answers
464 views
C++ Decompress a gzip array of bytes
Here is the complete situation: I'm working on a map reader for .tmx files, from tiled. Most times the tiles are saved in a base64 string, which contains an array of bytes compressed by gzip. Right ...
4
votes
4answers
390 views
Compressing and Decompressing Folders in C#
I want to compress and decompress a folder using C#. The problem with GZipStream is that it takes filenames and hence I need to write a recursive logic.
Can I somehow do it like, give source folder ...
4
votes
1answer
408 views
Decoding a compressed short string; uncertain on compression used - Updated
I have a program that is compressing a string in an unknown way. I know a few inputs and the output produced, but I am not sure what is being used to compress the string.
Here are my examples.
(just ...
4
votes
2answers
2k views
Uncompress data file with DeflateStream
I'm having trouble reading a compressed (deflated) data file using C# .NET DeflateStream(..., CompressionMode.Decompress). The file was written earlier using DeflateStream(..., ...
3
votes
3answers
130 views
using 7zip sdk to compress a file, but can not decompress using winrar or 7zip
I downloaded the SDK 7zip from here.
Then I used this code to compress a file to 7zip:
private static void CompressFileLZMA(string inFile, string outFile)
{
Encoder coder = new ...
3
votes
2answers
175 views
Decompressing a large blob in java on Google App Engine
I'm building something on Google App Engine in Java (JDO). I'm programmatically compressing a large byte[] with Deflater and then storing the compressed byte[] as in the blobstore. This works great:
...
3
votes
2answers
220 views
Compression/Decompression string with C#
I am newbie in .net. I am doing compression and decompression string in C#. There is a XML and I am converting in string and after that I am doing compression and decompression.There is no compilation ...
3
votes
3answers
93 views
Searching for a Fast Lossless Compression Technique
I want to compress a string of bits and after that I want to decompress it. Can any body help me by mentioning a Fast Lossless Compression and Decompression Technique and if possible than it's ...
3
votes
2answers
289 views
How does Opera Turbo compress the data (cache)?
I have an Opera browser with "Opera Turbo" enabled. It is a proxy, which recompress HTML into smaller format. I have a file from opera cache, which was compressed by turbo from 2000 kb to 500 kb. How ...
3
votes
1answer
107 views
unraring/unzipping a file using python+django
I'm trying to write a distributable web app that will allow the user to upload a compressed archive (rar or zip), extract it on the server side, then do something else with the files. Is there a ...
3
votes
3answers
425 views
zlib memory usage / performance. With 500kb of data
Is zLib Worth it? Are there other better suited compressors?
I am using an embedded system. Frequently, I have only 3MB of RAM or less available to my application. So I am considering using zlib to ...
3
votes
4answers
1k views
How to decompress an AES-256 Encrypted zip files?
I am developing an android application which requires to decompress an AES-256 encrypted zip files, is there any libraries out there that I can use?
I am greatly appreciative of any guidance or help.
...
3
votes
5answers
2k views
Is there a CSS decompressor online to decompress my code?
I'm looking for a CSS decompressor online to decompress my compressed CSS code.
3
votes
1answer
605 views
Decompress string in c# which were compressed by php's gzcompress()
i'm querying a webservice in c# 4.0, which provides me with a string compressed by php's gzcompress(). Now i need to decompress this string in c#. I tried several ways including
...
3
votes
1answer
637 views
Fastest real time decompression algorithm
I'm looking for an algorithm to decompress chunks of data (1k-30k) in real time with minimal overhead. Compression should preferably be fast but isn't as important as decompression speed.
From what I ...
2
votes
1answer
31 views
Download and unpack a *.tgz file to a subdirectory of the Documents directory
There very well may be an answer to this already on SO, but I'm not familiar enough with compression formats to know if they're applicable to my case. So here's what I need:
1) Download a *.tgz file ...
2
votes
1answer
54 views
Zip extraction fails
I need to decompress a zip file from my assets folder to the SD card, in order to complete the installation.
As the zip is about 10MB big, I put it as a mp3 file in the assets folder and then copy ...
2
votes
6answers
272 views
Delphi: Compression component
I am looking for a compression component that supports Delphi2010 and allow me to do the basic operations of:
create .zip archives
extract from .zip archives
delete .zip archives
I also need the ...
2
votes
2answers
177 views
Bz2 Decompression in C#
Im looking for an example of how to decompress a bz2 file. I download the file via a control flow in an SSIS package, I would like to kick off a Script Task using some C# code to decompress the ...
2
votes
2answers
215 views
Why is *.tar.gz still much more common than *.tar.xz?
Whenever I see some source packages or binaries which are compressed with GZip I wonder if there are still reasons to favor gz over xz (excluding time travel to 2000), the savings of the LZMA ...
2
votes
3answers
301 views
Unzip 4gb file in c#
I am using sharp lib for zip and unzip. It works fine upto 4GB file so looking for some .net framework solution. I tried Gzipcompression in dotnet. That too fails to uncompress 4gb files.
Do you know ...
2
votes
3answers
186 views
Any theoretical limit to compression?
Imagine that you had all the supercomputers in the world at your disposal for the next 10 years. Your task was to compress 10 full-length movies losslessly as much as possible. Another criteria was ...
2
votes
3answers
3k views
How to decompress an AES-256 encrypted Zip file?
I am looking for a compression library to use in iPhone application supports decompressing AES 256-bit archives built in Winzip compression utility.
Thanks a lot.
2
votes
2answers
426 views
decompress deflate64
I've got a compressed string of bytes coming out of a database which I need to decompress so as to retrieve the rtf file in there. This is the requirement.
I tried to use DotNetZip and it has given ...
2
votes
1answer
329 views
Problem with C# Decompression
Have some data in a sybase image type column that I want to use in a C# app. The data has been compressed by Java using the java.util.zip package. I wanted to test that I could decompress the data in ...
2
votes
3answers
2k views
Decompressing a .bz2 file in Python
So, this is a seemingly simple question, but I'm apparently very very dull. I have a little script that downloads all the .bz2 files from a webpage, but for some reason the decompressing of that file ...
2
votes
2answers
565 views
C# compression and JavaScript decompression
I've got some strings that I need to compress server-side in C#, then decompress client-side in JavaScript. What can I use to accomplish this?
1
vote
2answers
81 views
random seek in 7z single file archive
Is it possible to do random access (a lot of seeks) to very huge file, compressed by 7zip?
The original file is very huge (400gb xml) and I can't store it in unpacked format (i have no so much free ...
1
vote
1answer
85 views
Implementation of LZ1 compression's algorithm
I am looking for implementation of Lempel-Zev class 1
algorithm.
It would be great if it would be in one of .NET languages.
Any ogher languages is also OK, if we do not have any other.
Appreciate ...
1
vote
1answer
68 views
Where does the extra character come from in my compression method?
I had a compress and a decompress method that used to add an extra empty character. I managed to fix it, but I'm not sure why the fixed worked and hope somebody could explain it to me.
The Fix (-1 ...
1
vote
2answers
109 views
Yet another DeflateStream decompression problem (using using and memory streams)
Firstly, I'm noticing that compressing the object requires more bytes then purely representing the object in binary form. (228 vs 166).
Secondly, I can't seem to decompress it.
Also, I can't use ...
1
vote
2answers
310 views
How to Compress/Decompress tar.gz files in java
Can anyone show me the correct way to compress and decompress tar.gzip files in java i've been searching but the most i can find is either zip or gzip(alone).
1
vote
0answers
69 views
How do I get the DC coefficient from a jpg using the jpg library?
I am new to this stuff, but I need to get the dc-coefficient from a jpeg using the jpeg library?
I was told as a hint that the corresponding function is in jdhuff.c, but I can't find it. I tried to ...
1
vote
2answers
315 views
How to decompress gzip or deflate in Silverlight
I am trying to do this because http gzip decompression is not supported with client stack.
I see that GZipStream class is not available in Silverlight. Any way to still use it?
DotNetZip library is ...
1
vote
1answer
286 views
Decoding problems with Lempel-Ziv-Welch algorithm
I have to implement the LZW algorithm but I have found some trouble with the decoding part.
I think the code is right because it works with a example I've found somewhere on the web: if I initialize ...
1
vote
2answers
115 views
GIF format - separate variable-length codes
I trying to parse GIF format and have one problem with reading image data.
This data represented like bit array, containing variable-length values.
ex:
0010-1010-0010-0000-00111-10000-11111...
...
1
vote
2answers
188 views
LZW (Limpel-Ziv-Welch) Dictionary coding delimiter issue
This question may not be strictly limited to the LZW algorithm, and may cover other implementations of LZ77 and LZ78:
I've been trying to write a compression/decompression utility involving the LZW ...
1
vote
1answer
80 views
Universal archive upacker library
A lot of antiviruses can unpack most arcives, found on users harddrive. They dissect zip, rar, chm, exe, msi, other installers and a lot lot more. Also they can unpack an executable.
Eg drweb (a true ...
1
vote
1answer
96 views
decompression in c#
i have compressed an xml file and converted it into base64 format in web page.then i have passed the base64 string to windows application and converted it to unbase64 format.now i want to decompress ...
1
vote
2answers
385 views
Libarchive to extract to a specified folder?
Anybody can help show examples of using libarchive to extract ZIP files to a specified folder? It looks like the sample programs provided (untar.c, tarfilter.c and minitar) all extracts the archive ...
1
vote
1answer
392 views
Decompressing gzipped files in Delphi 2009
Up until Delphi 2007 I was using DelphiZlib 0.2.99 for decompressing gzipped files. In Delphi 2009 the library does not compile anymore. Besides the conflict with Delphi's own zlib.pas unit, the code ...
1
vote
1answer
229 views
How do I extract all the data from a bzip2 archive with C?
I have a concatenated file made up of some number of bzip2 archives. I also know the sizes of the individual bzip2 chunks in that file.
I would like to decompress a bzip2 stream from an individual ...