Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jamie/ciso
- Owner: jamie
- License: gpl-2.0
- Created: 2010-11-27T05:00:29.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2023-03-10T15:48:38.000Z (almost 2 years ago)
- Last Synced: 2024-09-05T00:06:15.351Z (5 months ago)
- Language: C
- Homepage:
- Size: 135 KB
- Stars: 77
- Watchers: 9
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.markdown
- License: license
Awesome Lists containing this project
- awesome-psp - ciso - Simple commandline utility to compress PSP ISO files. (PC Tools / Games)
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).