Skip to content

Instantly share code, notes, and snippets.

@RedBeard0531
Created May 31, 2012 19:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RedBeard0531/2845543 to your computer and use it in GitHub Desktop.
Save RedBeard0531/2845543 to your computer and use it in GitHub Desktop.
using convert with netpbm format
$ convert - /tmp/o.png << EOF
P1
# This is an example bitmap of the letter "J"
6 10
0 0 0 0 1 0
0 0 0 0 1 0
0 0 0 0 1 0
0 0 0 0 1 0
0 0 0 0 1 0
0 0 0 0 1 0
1 0 0 0 1 0
0 1 1 1 0 0
0 0 0 0 0 0
1 1 1 1 1 1
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment