Created Splash and other images (markdown)

Erwin Ried 2020-05-09 12:01:29 +02:00
parent 7df0334649
commit 5e3b86c286

@ -0,0 +1,7 @@
For converting back and forth between the image and source you can use `xxd`. In a Windows environment you can use this command in the Linux Subsystem installing one of the versions available (i.e. [Ubuntu](https://ubuntu.com/tutorials/tutorial-ubuntu-on-windows#1-overview)).
### From .bmp to .hpp
`xxd -i input_image.bmp output.hpp`
### From .hpp to .bmp
`xxd -r -p input.hpp output_image.bmp `