Make a picture from text
Posted: 2011-04-25T11:34:21-07:00
I know that it is possible to make a bitonal picture from text. For example, to make pbm file with letter "J" you have to enter something like that:
I want to make this picture don't having a copy of it. Here is link to picture. Can I make exact copy of this.
Code: Select all
P1
# This is an example bit map file j.pbm
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
0 0 0 0 0 0