Skip to content

Instantly share code, notes, and snippets.

@montague
Created December 14, 2014 15:23
Show Gist options
  • Save montague/c2ab8fd957134b7683a1 to your computer and use it in GitHub Desktop.
Save montague/c2ab8fd957134b7683a1 to your computer and use it in GitHub Desktop.
image = Image.new([[1, 1, 0, 0],
[0, 0, 0, 0],
[0, 1, 0, 0],
[0, 0, 0, 0],
[0, 0, 0, 0],
[0, 0, 0, 0]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment