I don't know the precise how to do it, but you need to open your image file and encode it base64 the entire image file to embed it in your executable.
Or, you can save it in memory during the runtime without any need to encode it to base64. For rendering the image, look for any lib that specifically does that to your image type. Racket, or maybe it could be said that Dr.Racket, is whole development IDE. If you're going to code using any text editor, the process would be same.
