10000 GitHub - 8dcc/c2png: Convert C source code to a PNG image
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

8dcc/c2png

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

assets/main.png

0