Apple HGR to RGB NTSC
Go to file
Michaelangel007 3e9afd8d15 Updated makefile and readme for OSX and Linux 2014-12-29 14:55:34 -08:00
bin Add Win32 executable 2014-12-29 11:26:31 -08:00
bmp Add bmp/ screenshots 2014-12-29 12:23:50 -08:00
hgr Add bmp/ screenshots 2014-12-29 12:23:50 -08:00
src Version 1 working 2014-12-29 10:56:38 -08:00
LICENSE Initial commit 2014-12-28 08:44:20 -08:00
MSVC2010.sln Win32 MSVC2010 Solution/Project cleanup 2014-12-29 10:59:38 -08:00
README.md Updated makefile and readme for OSX and Linux 2014-12-29 14:55:34 -08:00
hgr2rgb.vcxproj Win32 MSVC2010 Solution/Project cleanup 2014-12-29 10:59:38 -08:00
hgr2rgb.vcxproj.filters Win32 MSVC2010 Solution/Project cleanup 2014-12-29 10:59:38 -08:00
makefile Updated makefile and readme for OSX and Linux 2014-12-29 14:55:34 -08:00
test.bat Add Windows test.bat 2014-12-29 11:22:45 -08:00
test.sh Updated makefile and readme for OSX and Linux 2014-12-29 14:55:34 -08:00

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

Screenshots

alt text

alt text

alt text

alt text

alt text

alt text