Skip to content
forked from oserres/isz-tool

isz-tool is a command line utility to manipulate ISZ files (.isz), including .isz to .iso conversion

Notifications You must be signed in to change notification settings

Helias/isz-tool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

isz-tool

isz-tool is a command line utility to manipulate ISZ files (.isz), including .isz to .iso conversion

Overview

ISZ files (.isz) are compressed ISO files (also called ISO Zipped). They can be opened by software such as Alcohol 120%, Daemon Tools and UltraISO [1].

The main goal of this tool is to be able to convert ISZ files to ISO files. At the time of writing isz-tool, I couldn't find any program able to handle ISZ files under GNU/Linux.

ISZ files support the following features :

  • Decompression (using zlib or bzip2)
  • Split files support (.isz, .i01, .i02, ...)
  • CRC checksums of both compressed an uncompressed data

Currently not supported :

  • Encryption
  • Creation of an .isz file (before creating an .isz file, take into consideration that a .iso.bz2 is much more portable)

Usage

Execute the file isz-tool.py with " ./isz-tool.py ".

When you will convert the file, the file iso will be saved in the same folder of the file isz

License

ISZ-tool is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

ISZ-tool is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with ISZ-tool. If not, see http://www.gnu.org/licenses/.

See gpl.txt for the licensev

Dependencies

Python 3.2 is required to run isz-tool

Libraries WX are required, install the package "python-wxglade"

Author

Olivier Serres - [email protected] Stefano Borzì (Helias) - [email protected]

Links

[1] http://en.wikipedia.org/wiki/UltraISO#ISZ_format

About

isz-tool is a command line utility to manipulate ISZ files (.isz), including .isz to .iso conversion

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%