blob: 6b2eb9c12fb7b275fa9ac6fe2ad522a152cabdec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
.. RST source for ciso(1) man page. Convert with:
.. rst2man.py ciso.rst > ciso.1
.. rst2man.py comes from the SBo development/docutils package.
.. |version| replace:: 1.0.0
.. |date| date::
====
ciso
====
------------------------------
compress/decompress CSO images
------------------------------
:Manual section: 1
:Manual group: SlackBuilds.org
:Date: |date|
:Version: |version|
SYNOPSIS
========
ciso *level* *input-file* *output-file*
DESCRIPTION
===========
CSO (compressed ISO) images are used with the Sony Playstation
Portable game console.
**ciso** compresses ISO images to CSO, or decompresses CSO to ISO. This
is lossless compression.
To compress, set *level* to a number between 1 (least compression,
fastest) and 9 (most compression, slowest). Example::
ciso 5 something.iso something.cso
To decompress, set *level* to 0 (zero). Example::
ciso 0 something.cso something.iso
All 3 arguments are required. With missing arguments, **ciso** will
print its built-in usage message and exit.
The CSO images produced by *ciso* are "version 1". For more information
on the CSO image format, see: https://en.wikipedia.org/wiki/.CSO
COPYRIGHT
=========
See the file /usr/doc/ciso-|version|/license for license information.
AUTHORS
=======
**ciso** was written by BOOSTER.
This man page written for the SlackBuilds.org project
by B. Watson, and is licensed under the WTFPL.
SEE ALSO
========
The **ciso** homepage: https://sourceforge.net/projects/ciso/
|