mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2026-05-28 00:00:03 -04:00
TMI-PNM: Initial commit.
This commit is contained in:
+8
File diff suppressed because one or more lines are too long
BIN
Binary file not shown.
BIN
Binary file not shown.
+13
@@ -0,0 +1,13 @@
|
||||
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
|
||||
0 0 0 0 0 0
|
||||
BIN
Binary file not shown.
+11
@@ -0,0 +1,11 @@
|
||||
P2
|
||||
# Shows the word "FEEP" (example from Netpbm man page on PGM)
|
||||
24 7
|
||||
15
|
||||
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
||||
0 3 3 3 3 0 0 7 7 7 7 0 0 11 11 11 11 0 0 15 15 15 15 0
|
||||
0 3 0 0 0 0 0 7 0 0 0 0 0 11 0 0 0 0 0 15 0 0 15 0
|
||||
0 3 3 3 0 0 0 7 7 7 0 0 0 11 11 11 0 0 0 15 15 15 15 0
|
||||
0 3 0 0 0 0 0 7 0 0 0 0 0 11 0 0 0 0 0 15 0 0 0 0
|
||||
0 3 0 0 0 0 0 7 7 7 7 0 0 11 11 11 11 0 0 15 0 0 0 0
|
||||
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
P2
|
||||
# Shows the word "FEEP" (modified example from Netpbm man page on PGM)
|
||||
24 7
|
||||
4095
|
||||
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
||||
0 1023 1023 1023 1023 0 0 2047 2047 2047 2047 0 0 3071
|
||||
3071 3071 3071 0 0 4095 4095 4095 4095 0
|
||||
0 1023 0 0 0 0 0 2047 0 0 0 0 0 3071 0 0 0 0 0 4095
|
||||
0 0 4095 0 0 1023 1023 1023 0 0 0 2047 2047 2047 0 0 0
|
||||
3071 3071 3071 0 0 0 4095 4095 4095 4095 0
|
||||
0 1023 0 0 0 0 0 2047 0 0 0 0 0 3071 0 0 0 0 0 4095
|
||||
0 0 0 0 0 1023 0 0 0 0 0 2047 2047 2047 2047 0 0 3071
|
||||
3071 3071 3071 0 0 4095 0 0 0 0
|
||||
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
||||
BIN
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,7 @@
|
||||
P3
|
||||
# The P3 means colors are in ASCII, then 3 columns and 2 rows,
|
||||
# then 255 for max color, then RGB triplets
|
||||
3 2
|
||||
255
|
||||
255 0 0 0 255 0 0 0 255
|
||||
255 255 0 255 255 255 0 0 0
|
||||
File diff suppressed because one or more lines are too long
+4
File diff suppressed because one or more lines are too long
+8225
File diff suppressed because one or more lines are too long
@@ -0,0 +1,2 @@
|
||||
P7 332
|
||||
Garbage here, that we don't really care about.
|
||||
Reference in New Issue
Block a user