Michaelangel007 / hgr2rgbntsc

Apple HGR to RGB NTSC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Apple HGR to RGB NTSC

License:GNU General Public License v2.0


Languages

Language:C++ 94.1%Language:C 4.6%Language:Makefile 0.9%Language:Shell 0.4%