mirror of
https://github.com/bitbank2/image_to_c.git
synced 2025-11-04 14:49:59 +08:00
Convert image files into C arrays of uint8_t for compiling into your project
| badger.gif | ||
| main.c | ||
| Makefile | ||
| README.md | ||
| screenshot.png | ||
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.