aboutsummaryrefslogtreecommitdiff
path: root/ch10/test-10_a_1
diff options
context:
space:
mode:
authorJan Sucan <jan@jansucan.com>2023-11-28 19:49:18 +0100
committerJan Sucan <jan@jansucan.com>2023-11-28 19:49:18 +0100
commit4d4d3c937a0c45bebc25c7c4fcbac0ecce53242e (patch)
tree8a22bd96d0b680d77d76367e8b3f5dda73b2968f /ch10/test-10_a_1
parent0f88d03b4aa4a11df5926e771526c9c05d398c9f (diff)
10_a_1: Add solution
Diffstat (limited to 'ch10/test-10_a_1')
-rw-r--r--ch10/test-10_a_1/plain.pgm13
-rw-r--r--ch10/test-10_a_1/raw_16bit.pgmbin0 -> 31 bytes
-rw-r--r--ch10/test-10_a_1/raw_8bit.pgmbin0 -> 20 bytes
3 files changed, 13 insertions, 0 deletions
diff --git a/ch10/test-10_a_1/plain.pgm b/ch10/test-10_a_1/plain.pgm
new file mode 100644
index 0000000..55addc5
--- /dev/null
+++ b/ch10/test-10_a_1/plain.pgm
@@ -0,0 +1,13 @@
+P2
+3
+3
+255
+0
+12
+65
+101
+143
+192
+200
+224
+255
diff --git a/ch10/test-10_a_1/raw_16bit.pgm b/ch10/test-10_a_1/raw_16bit.pgm
new file mode 100644
index 0000000..6be89d7
--- /dev/null
+++ b/ch10/test-10_a_1/raw_16bit.pgm
Binary files differ
diff --git a/ch10/test-10_a_1/raw_8bit.pgm b/ch10/test-10_a_1/raw_8bit.pgm
new file mode 100644
index 0000000..a59fcc9
--- /dev/null
+++ b/ch10/test-10_a_1/raw_8bit.pgm
Binary files differ