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
- Host: GitHub
- URL: https://github.com/greatgamedota/mdec-decompression
- Owner: GreatGameDota
- Created: 2025-04-19T15:52:15.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-19T16:10:41.000Z (about 1 year ago)
- Last Synced: 2025-04-19T19:33:21.754Z (about 1 year ago)
- Topics: cpp, jpeg, mdec, ps1, psx
- Language: C
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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