Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

8
  • 2
    \$\begingroup\$ +1 for nice abuse of the python encoding to store binary data. \$\endgroup\$ Commented Jan 28, 2016 at 15:57
  • 2
    \$\begingroup\$ @2012rcampion: The ! is actually flanked on both sides by non-printable characters. The full color is #1d211e, which is a slightly bluish dark grey. \$\endgroup\$ Commented Feb 1, 2016 at 6:15
  • 2
    \$\begingroup\$ Congrats, this wins the bounty! \$\endgroup\$ Commented Feb 2, 2016 at 12:35
  • 3
    \$\begingroup\$ If it helps any, the #coding:latin line can be replaced by a UTF-8 byte order mark:  (0xEF,0xBB,0xBF). \$\endgroup\$ Commented Feb 3, 2016 at 4:39
  • 2
    \$\begingroup\$ @primo: great, thanks to your tip and a bit more aggressive golfing I was able to shove in an extra row, improving the score by about 40 pts. Combined with an improved ImageMagick command, it's an improvement of nearly 100 points. \$\endgroup\$ Commented Feb 3, 2016 at 6:18