.\" .TH ECM-UNCOMPRESS 1 "December 22, 2008" .SH NAME ecm-uncompress \- regenerate error correction codes from ECM files .SH SYNOPSIS .B ecm-uncompress .RI " \fIecmfile\fR" " [\fIoutputfile\fR]" .br .SH DESCRIPTION .B ecm-uncompress is used to recreate CD image files (ISO, BIN, CDI, NRG, CCD or any other format that uses raw sectors) from ECM files, by regenerating Error Correction Codes (EEC) and Error Detection Codes (EDC) striped by the program \fBecm-compress\fR. .TP Because \fBecm-compress\fR only discards EDC/ECC data for sectors where it's verifiably possible to recreate that data, the process is lossless. .SH EXAMPLES .TP .B ecm-uncompress foo.bin.ecm regenerate the ECC/EDC data from foo.bin.ecm and save the resulting CD image as foo.bin .TP .B ecm-uncompress foo.img.ecm foobar regenerate the ECC/EDC data from foo.img.ecm and save the resulting CD image as foobar .br .SH SEE ALSO .BR ecm-compress (1). .br .SH AUTHOR .B ecm-uncompress was written by Neill Corlett. .PP This manual page was written by Loïc Martin , for the Debian project (but may be used by others), using the documentation written by ECM-UNCOMPRESS author Neill Corlett.