You could include the entire content of the PNG file as
a single string in your program. Just make sure you escape
the delimiters. Or you could uuencode the PNG file and
include that as a string.
Personally, I'd leave the PNG file as a separate file.