mirror of https://github.com/jamie/ciso.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 years ago | |
---|---|---|
Makefile | 12 years ago | |
README.markdown | 7 years ago | |
ciso.c | 8 years ago | |
ciso.h | 8 years ago | |
license | 12 years ago |
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).