An open API service indexing awesome lists of open source software.

https://github.com/greatgamedota/mdec-decompression

MDEC Image Decompression for PS1
https://github.com/greatgamedota/mdec-decompression

cpp jpeg mdec ps1 psx

Last synced: 2 months ago
JSON representation

MDEC Image Decompression for PS1

Awesome Lists containing this project

README

          

# MDEC Image Decompression for PS1

Currently only supports RGB conversion. Mono will be added soon!

### Usage

```
> mdec_decoder.exe image_path.bin 256 192
```

Results will be saved in `output.png`

### Examples

Example output image (extracted from Heart of Darkness):

### Resources