#Starry, 10904 11428.1894502 10904.3079277 10874.30792771307958
You can Try It onlineTry It online however it seems that the output is truncated so you will not get the full image.
This program outputs an uncompressed ppm files to standard out.
+ +* +* +* +* . +. + +* + . + + +. +*. +*. + . + +* +* +* +* +*. + . + + +* +* +* +* +* +* +* +* + *. + .
+ + +* +* +* +* + * +* +* +* +* +* +* +* +** + + ` + + + +*.. + . + + + *+** + *+**. + . + +. +*+ + +.*.*. + . + + * + ''
+ + + ` + + + + +**. +* +*. + . + + +*.. + . + +* +* +* +* +*. + . + + * + ''
+ + + ` +* + + + +** + +**. + . + + + +..* . + +. +* +* + + +. +* +*.. + . + + * + ''
+ + + ` + + + +* +*. + +**. + . + + + *** + *. + +**. + + *. + + +. + +*+**. +* +**. + . + + * + ''
+ + + ` + + + * + +.. + * *. + . + + +... + . +*.. + . ++* ++* ++* +* **+* + *. + . + + * + ''
+ + + ` + + +.. +*+ . + + +*.. + . + + + ** + *. + . + + * +. ''
+ .+ + +* ` + + + +.. + + . + + + +.*. + + . + + +.*. + . + + * + ''
This program outputs an uncompressed ppm files to standard out.


In order to make the program output all 123,520 pixels required I divided the image into 58 horizontal bands and created 57 loops the first 6 each intended to print a band while the last one prints two bands of the bandssame color. The code consists of a header, which tells the ppm file how to format itself and the 5 aforementioned loops.