Compressing Files in OS X.1.....

NickBurns

Mac Abuser
What is the best way to compress large files in OS X???? Namely somthing that can make bigg files small, and can be opened by other OS X machines....

I tried using Stuffit.....The files werent changing in size much. is this not correct????

Thanks again,
 
How about ZipIt, an OS X native program? I needed a zipper recently, so I searched for one and found several. This one is OS X native and it seems to work well.

Let me know if you have trouble finding it.

Doug
 
It also depends on what kind of files you are trying to compress. If you are compressing MP3's for example, you'll see minute to no changes in file sizes, that is because the MP3 formats do not compress well. However, if you are compressing something like text files or HTML files, you'll see a big difference.
 
Phatsharpie is quite right. If the data in a file is already compressed or very efficiently stored (MP3's, for example) then you will see little of no difference in size, or may actually end up with a slightly LARGER file size.

However, if you are compressing a file format that can be compressed efficiently, such as an image with large areas of a similar colour that can be represented by more efficient math (thus resulting in a smaller final compressed file size), you will find that you have dramatic improvements.

Also be aware that some compression formats may not preserve info you may want to keep about a file. Many of the ZIP format applications destroy info that would be needed (or desired, at least) if you wanted the files to be accessible on OS9. That said, more and more OSX tools are being developed with resource fork and permissions protection as standard these days.
 
hmm, in terminal tar and bzip2...tar attachesseveral files into one, and bzip2 is perhaps the most efficient compressor to this day...
 
Back
Top