hgr2rgbntsc/README.md

45 lines
1.1 KiB
Markdown

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](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")