ImanolBarba / cga-font-print

Simple tool to read a CGA character ROM dump and generate a PNG image with the character set

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cga-rom-print

Simple tool to read a CGA character ROM dump and generate a PNG image with the character set

Building

Needs libpng:

$ clang main.c -o cga_font_print -lpng

Usage

$ ./cga_font_print cga_rom.bin out.png

Alternatively, one may specify the offset that the program should start reading the ROM from instead of the start, in order to not include invalid character data

$ ./cga_font_print cga_rom.bin out.png $((32768 - 4096))

Example output

out

About

Simple tool to read a CGA character ROM dump and generate a PNG image with the character set

License:GNU General Public License v3.0


Languages

Language:C 100.0%