You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
8 years ago | |
---|---|---|
bin | 8 years ago | |
bmp | 8 years ago | |
hgr | 8 years ago | |
src | 8 years ago | |
LICENSE | 8 years ago | |
MSVC2010.sln | 8 years ago | |
README.md | 8 years ago | |
hgr2rgb.vcxproj | 8 years ago | |
hgr2rgb.vcxproj.filters | 8 years ago | |
makefile | 8 years ago | |
test.bat | 8 years ago | |
test.sh | 8 years ago |
README.md
hgr2rgbntsc
Apple HGR to RGB NTSC
Usage:
- Win32:
bin/hgr2rgb.exe
- OSX :
bin/hgr2rgb.osx
- Linux:
bin/hgr2rgb.elf
bin/hgr2rgb.exe [-bmp | -tga] filename
-tga Output to .tga (default)
-bmp Output to .bmp
Example:
bin/hgr2rgb.exe -bmp hgr/archon2.hgr2
Compiling
- Win32: MSVC2010.sln
- OSX:
make
- Linux:
make