Home / Other / FAQ solutions database / Other / 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 32091 times)
BC_Programmer
Mastermind


Thanked: 682
Posts: 15,624

Computer: Specs
Experience: Beginner
OS: Windows 7


Pinkie Pie is best pony

BC-Programming.com 1 1
« 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) :)
IP logged

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.
IP logged
BC_Programmer
Mastermind


Thanked: 682
Posts: 15,624

Computer: Specs
Experience: Beginner
OS: Windows 7


Pinkie Pie is best pony

BC-Programming.com 1 1
« 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.  ;D
IP logged

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 » IP logged
Zylstra
Topic Starter
Moderator
Hacker



Thanked: 37
Posts: 5,261

Certifications: List
Experience: Guru
OS: Windows 7
The Techinator!

Technology News and Information 1
« 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....
IP logged

Helpmeh
Egghead



Thanked: 116
Posts: 3,583

Experience: Experienced
OS: Windows XP


Roar.

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

WinRAR has an anti-virus scan button.
IP logged

Where's MagicSpeed?
Quote from: 'matt'
He's playing a game called IRL. Great graphics, *censored* gameplay.
the_mad_joker
Apprentice



Thanked: 8
Posts: 425


« Reply #21 on: December 26, 2009, 02:45:59 AM »

try using Powerarchiver
does lols more than izarc
IP logged
iboolee
Newbie



Posts: 1

Experience: Beginner
OS: Unknown

« Reply #22 on: December 03, 2010, 10:13:08 PM »

I prefer 7-Zip, the best free ware.
IP logged
Pages: 1 [2]  All - (Top) Print 
Home / Other / FAQ solutions database / Other / How do I open a ISO, Zip, 7-Zip, IMG, or archive file? « previous next »
 


Login with username, password and session length

Old Forum Search | Forum Rules
Copyright © 2010 Computer Hope ® All rights reserved.
Powered by SMF 2.0 RC3 | SMF © 2006–2010, Simple Machines LLC
Page created in 0.09 seconds with 22 queries.