Update README.md

This commit is contained in:
Jobit Joseph 2023-08-12 23:41:13 +05:30 committed by GitHub
parent 1674d88179
commit 5a59b7f52f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
image_to_c image_to_c
---------- ----------
Added a Python Based GUI for windows. Just run Image2cGUI.py. Added GUI wrapper. For windows run 'Image2cGUI.exe' and for Mac run 'Image2cGUI'.
<img src="https://github.com/jobitjoseph/image_to_c/blob/3ee9865857c19e6548583b8c9cb687b0cdebe025/dist/Windows/GUI.png" width="" alt="alt_text" title="image_tooltip"> <img src="https://github.com/jobitjoseph/image_to_c/blob/3ee9865857c19e6548583b8c9cb687b0cdebe025/dist/Windows/GUI.png" width="" alt="alt_text" title="image_tooltip">
<br> <br>
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 are comments detailing the image type, size and other details. 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 are comments detailing the image type, size and other details.