Computer Hope

Computer Hope Forum Welcome, Guest. Please login or register.
November 22, 2009, 02:16:53 PM
Home Help Staff Chat Login Register
News: Have your own custom built computer? Come join the self-built computer club.

Computer Hope Forums  >>  Other  >>  FAQ solutions database  >>  Other  >>  Topic: How do I open a ISO, Zip, 7-Zip, IMG, or archive file? 0 Members and 1 Guest are viewing this topic. « previous next »
Pages: 1 [2]  All - (Bottom) Print
Author Topic: How do I open a ISO, Zip, 7-Zip, IMG, or archive file?  (Read 13248 times)
BC_Programmer
Sage
*
Posts: 8848

Thanked: 257
OS: Windows XP
Computer: Specs
Experience: Experienced




« Reply #15 on: February 04, 2009, 03:57:32 AM »

First archiving tool to use the ZIP format, maybe.
Yep, that's what I meant- I'm pretty sure both ARC and ARJ are older formats the ZIP... (as confirmed by your soliliquoy) Smiley
Logged

If this is real life, where the heck is the decimal?
Dias de verano
Guest
« Reply #16 on: February 04, 2009, 04:07:03 AM »

They are all, pretty much, differently named bundles of implementations of common compression methods, notably the Lempel-Ziv-Welch method, first published in May 1977. You can get LZW libraries for many programming languages and roll your own if you have a mind to.
Logged
BC_Programmer
Sage
*
Posts: 8848

Thanked: 257
OS: Windows XP
Computer: Specs
Experience: Experienced




« Reply #17 on: February 04, 2009, 04:16:27 AM »

Is there one that uses Huffman compression? Or is that just another name for LZW?


roll your own if you have a mind to.

Like Microsoft with the old *.??_ files on most of their DMF media. I think the most annoying thing about the old (<DOS 6.22) EXPAND tool was that it didn't support wildcards (newer versions did, I believe), which meant if you needed to install something manually... it was a pain. But we all know microsoft- most of the time, rather then buy a license or something for most things- they just buy the company, and thus own the product.


And- Of course, a lot of the different implementations can/do use the same algorithms and simply have different file formats. The interesting thing is to say, Zip something, then RAR that ZIP, etc... and continue using different archivers to see how small it will get... which is generally when the space saved with each subsequent compression is less then the space overhead for the format itself.

Why? It amuses me.  Grin
Logged

If this is real life, where the heck is the decimal?
Dias de verano
Guest
« Reply #18 on: February 04, 2009, 04:34:22 AM »

I once created a 50 megapixel 24 bit BMP image consisting of a uniformly black image with one white pixel in the top left hand corner, the file size was around 150 MB, then I compressed it using Winzip's "best" method, I forget just how small it got, about 20 KB I think.

Quote
Is there one that uses Huffman compression? Or is that just another name for LZW?

Huffman published his paper in 1952, his teacher had worked with Shannon (another big name). A variation called adaptive Huffman coding is somewhat related to the LZ family of algorithms, and has the advantage of being patent free. You find Huffman everywhere! Huffman coding today is often used as a "back-end" to some other compression method. DEFLATE (PKZIP's algorithm) and multimedia codecs such as JPEG and MP3 have a front-end model and quantization followed by Huffman coding. Modified Huffman coding is used in fax machines to encode black on white images (bitmaps). It combines the variable length codes of Huffman coding with the coding of repetitive data in run-length encoding.
« Last Edit: February 04, 2009, 04:44:41 AM by Dias de verano » Logged
Zylstra
Topic Starter
Moderator
Hacker
*
Posts: 5219

Thanked: 35
OS: Windows Vista
Computer: Specs
Experience: Expert
Certifications: List

The Techinator!


WWW
« Reply #19 on: February 04, 2009, 11:41:09 AM »

Zipping files is a bit more a pain, but still not beyond grasp- pkzip /eX C:\windows\system\*.INI INIS.ZIP
Forgot how weird IE was...

Anyways, I personally just put PKunzip in an empty folder, and drag the ZIP file on top of the PKUnzip program.
Did that on my desktop by accident once....
Logged

Helpmeh
Expert
*
Posts: 2187

Thanked: 61
OS: Windows XP
Experience: Familiar



Can you see this as it truly is? >< Tell me.


« Reply #20 on: April 10, 2009, 11:57:09 AM »

WinRAR has an anti-virus scan button.
Logged


>< If you have this, you can see it. ><
I love 
Pages: 1 [2]  All - (Top) Print 
Computer Hope Forums  >>  Other  >>  FAQ solutions database  >>  Other  >>  Topic: How do I open a ISO, Zip, 7-Zip, IMG, or archive file? « previous next »
Jump to:  


Login with username, password and session length

Old Forum Search | Forum Rules
Copyright 1998-2008 by Computer Hope (tm). All rights reserved
Powered by SMF 1.1.8 | SMF © 2006-2008, Simple Machines LLC
Page created in 0.072 seconds with 19 queries.