hgr2rgbntsc/README.md
2014-12-29 12:28:19 -08:00

41 lines
1009 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`
Screenshots
===========
![alt text](https://raw.githubusercontent.com/Michaelangel007/hgr2rgbntsc/master/bmp/archon.hgr2.bmp "Archon")
![alt text](https://raw.githubusercontent.com/Michaelangel007/hgr2rgbntsc/master/bmp/8x8.hgr2.bmp "8x8")
![alt text](https://raw.githubusercontent.com/Michaelangel007/hgr2rgbntsc/master/bmp/bytes.hgr.bmp "256 bytes")
![alt text](https://raw.githubusercontent.com/Michaelangel007/hgr2rgbntsc/master/bmp/drol.hgr2.bmp "Drol")
![alt text](https://raw.githubusercontent.com/Michaelangel007/hgr2rgbntsc/master/bmp/swiss.hgr2.bmp "Swiss Knife")
![alt text](https://raw.githubusercontent.com/Michaelangel007/hgr2rgbntsc/master/bmp/ua2.hgr2.bmp "Understanding Apple //e")