8dcc / c2png

Convert C source code to a PNG image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

c2png

Convert C source code to a PNG image.

Building

$ git clone https://github.com/8dcc/c2png
$ cd c2png
$ make
...

Usage

$ ./c2png <source> <output>
...

Credits

Font:

Syntax highlighting:

Output

This is the output of converting the src/main.c file itself.

https://user-images.githubusercontent.com/29655971/282262399-2adb57f4-1580-4727-8ceb-c08302fa68e9.png

About

Convert C source code to a PNG image

License:GNU General Public License v3.0


Languages

Language:C 99.5%Language:Makefile 0.5%