mirror of
https://github.com/bitbank2/image_to_c.git
synced 2025-09-26 23:49:12 +08:00
Update README.md
This commit is contained in:
parent
51b490424a
commit
3c1349c973
@ -21,6 +21,11 @@ PNG, JPEG, BMP, TIFF, GIF, PPM, TARGA, JEDMICS, CALS and PCX<br>
|
||||
<b>What happens for unrecognized files?</b><br>
|
||||
If the file type is not known, it will generate the same C output, but without additional info.<br>
|
||||
|
||||
<b>New Feature</b><br>
|
||||
I just added the ability to write only the image data and strip off the header/metadata. Use the --strip option on TIFF and BMP files.<br>
|
||||
Example: ./image_to_c --strip input.bmp > output.h<br>
|
||||
This will only write the pixel data (compressed or not) to the output file<br>
|
||||
|
||||
If you find this code useful, please consider sending a donation or becoming a Github sponsor.
|
||||
|
||||
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SR4F44J2UR8S4)
|
||||
|
Loading…
Reference in New Issue
Block a user