Compress .iso files to .cso
Go to file
Jamie Macey c5204affaf updated readme, not notable enough for brew 2015-07-08 09:12:39 -07:00
Makefile import ciso_1.0.0.orig.tar.gz from http://packages.ubuntu.com/natty/ciso 2010-11-26 20:26:15 -08:00
README.markdown updated readme, not notable enough for brew 2015-07-08 09:12:39 -07:00
ciso.c Added 1.02 (kode54's) portability modifications. 2014-01-19 22:08:47 +00:00
ciso.h Added 1.02 (kode54's) portability modifications. 2014-01-19 22:08:47 +00:00
license import ciso_1.0.0.orig.tar.gz from http://packages.ubuntu.com/natty/ciso 2010-11-26 20:26:15 -08:00

README.markdown

ciso is a simple commandline utility to compress PSP iso files.

This package is an OSX port of a package provided by Ubuntu: http://packages.ubuntu.com/search?keywords=ciso

Installation

make
make install # (optional)

Usage

To decompress a cso file:

ciso 0 infile.cso outfile.iso

To compress an iso file:

ciso level infile.iso outfile.cso

where level ranges from 1 (fast, poor compression) to 9 (slow, high compression).