Convert image files into C arrays of uint8_t for compiling into your project
Go to file
2020-12-02 22:47:45 -05:00
badger.gif First working version 2020-12-02 22:47:45 -05:00
main.c First working version 2020-12-02 22:47:45 -05:00
Makefile First working version 2020-12-02 22:47:45 -05:00
README.md First working version 2020-12-02 22:47:45 -05:00
screenshot.png First working version 2020-12-02 22:47:45 -05:00

A command line tool for turning binary image files into C source code The output is an array of unsigned chars and is sent to stdout. Included is a comment detailing the image type, size and other details.