any2c - Create C arrays out of anything

This small python script can convert a file into a C array representation, which might come in handy if you wish to embedded binary data directly in your C Program (e.g. .jpg files for an embedded webserver). The program needs Python. It has been tested with Python 2.5 but older versions might work as well.

See this screenshot for an example of operation:

Any2C screenshot

You can contact me via sebastian@frozenlight.de.

Get any2c

Back