hgr2rgbntsc/README.md
michaelangel007 2fb7c5bcb2 Fix readme
2014-12-29 11:43:43 -08:00

26 lines
299 B
Markdown

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`