about summary refs log tree commit diff stats
path: root/x.pbm
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-07-07 01:05:52 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-07-07 07:13:16 -0700
commitef73cb78f15839cf0254ead273e0d1eca1d4826c (patch)
treeb31aa6df6f31fc259af8810dcddfb09c275d5cb8 /x.pbm
parent2d3fe4e940deb0078bef80f0f56ea38852c991e7 (diff)
downloadmu-ef73cb78f15839cf0254ead273e0d1eca1d4826c.tar.gz
initial image rendering
Supports just some ASCII formats: https://en.wikipedia.org/wiki/Netpbm

Colors are messed up. That's next.
Diffstat (limited to 'x.pbm')
-rw-r--r--x.pbm9
1 files changed, 9 insertions, 0 deletions
diff --git a/x.pbm b/x.pbm
new file mode 100644
index 00000000..0d28f8e0
--- /dev/null
+++ b/x.pbm
@@ -0,0 +1,9 @@
+P1
+24 7
+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 1 1 1 1 0 0 1 1 1 1 0 0 1 1 1 1 0 0 1 1 1 1 0
+0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0
+0 1 1 1 0 0 0 1 1 1 0 0 0 1 1 1 0 0 0 1 1 1 1 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 1 1 1 0 0 1 1 1 1 0 0 1 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