Page 1 of 1
How to make Super Compressed Files
Posted: Sun Nov 28, 2010 9:23 am
by Nipuna
I saw a super Compressed file. It is 11MB but After extracting it is 2.5GB according to the Poster.
Here is the link
http://www.elakiri.com/forum/showthread.php?t=935204
My Problem is how to make Files like this? I saw some files in Games like this.
Thanks
Re: How to make Super Compressed Files
Posted: Sun Nov 28, 2010 12:55 pm
by Herath
Compression involves recognizing repeated patterns and storing them in a non-redundant way in order to reduce the file size. There are few basic compression algorithms to do them.
Ziv-Lempel is one of them I was taught at my IT courses.
I am attaching a file that I just created. it is almost 4GB, but when compressed it is just about 1.8MB . File contains a repeated single character. File size is high since it is containing RAR dictionaries etc.

file.rar
- (1.82 MiB) Downloaded 771 times
(Can't zip this file, it is too large)
Those ripped games use very high compressions. And decoding them is going to be extremely resource consuming.
And I have no idea how the OS image in your given link is compressed so much. Although I *irated this copy of windows, I got it from a place I trust.
Re: How to make Super Compressed Files
Posted: Sun Nov 28, 2010 6:08 pm
by Nipuna
Thanks For the Reply Buddy
