wdlkmpx / cdimage2iso

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cdimage2iso

Convert various CD image formats to ISO (or the supported format by a specific plugin)

Special conversions

  • ISO to CSO: cdimage2iso input.iso output.cso
  • ISO to DAX: cdimage2iso input.iso output.dax

Forked apps (original versions)

Discarded apps

  • cdi2iso (0.1) [broken]

WISH LIST

  • Convert .cdz to bin+cue (CDZ = pSX Emulator Compressed CD Image)

License

So far all the apps that been integrated into the project are licensed as GPL2 (see COPYING.GPL2)

Exceptions:

  • 7z (public domain)
  • zlib (see lib/zlib/zlib.h)
  • src/daxcreator.c (unknown license)
  • src/bin2iso.c (MIT)

About

License:GNU General Public License v2.0


Languages

Language:C 99.1%Language:Makefile 0.5%Language:Shell 0.4%