/png2Cheader

Convert PNGs and SVGs to C header files

Primary LanguagePython

Image to .h converter

Example usage:

PNG

python3 main.py House2BitIcon example.png

SVG

python3 main.py DownArrow down_icon.svg -iw 48 -ih 48

Supports svg:s and indexed pngs.

For the full documentation, run python3 main.py -h