Apple HGR to RGB NTSC
Go to file
michaelangel007 b7fcb5da43 Added 8x8 HGR color chart 2014-12-29 12:01:23 -08:00
bin Add Win32 executable 2014-12-29 11:26:31 -08:00
hgr Added 8x8 HGR color chart 2014-12-29 12:01:23 -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 Fixed usage readme 2014-12-29 11:45:15 -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.osx Add OSX makefile 2014-12-28 10:10:59 -08:00
test.bat Add Windows test.bat 2014-12-29 11:22:45 -08:00
test.sh Win32 MSVC2010 Solution/Project cleanup 2014-12-29 10:59:38 -08:00

README.md

hgr2rgbntsc

Apple HGR to RGB NTSC

Usage:

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 -f makefile.osx