diff --git a/Splash-and-other-images.md b/Splash-and-other-images.md new file mode 100644 index 0000000..8848ffd --- /dev/null +++ b/Splash-and-other-images.md @@ -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 ` \ No newline at end of file