Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jamie/ciso

PSP ISO compression tool
https://github.com/jamie/ciso

Last synced: about 1 month ago
JSON representation

PSP ISO compression tool

Awesome Lists containing this project

README

        

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).