File: README.markdown

package info (click to toggle)
ciso 1.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 128 kB
  • sloc: ansic: 661; makefile: 35
file content (24 lines) | stat: -rw-r--r-- 547 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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

Now available via homebrew:

    brew install ciso

To build yourself, it's a very straightforward `make` (and optional `make install`).

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