gfx-bingen
v0.1.0
Published
Generate C arrays for GFX from bitmaps
Downloads
3
Readme
gfx-bingen
NOTE: The GFX project is owned/maintained by HTCW, and this utility is also based on their work. Support the GFX project!
Usage
This utility will convert a bitmap (any format supported by sharp) into a C++ header file suitable for use with GFX.
$ npx gfx-bingen source.png output.h
Will convert source.png into a header called output.h.