From 4d4d3c937a0c45bebc25c7c4fcbac0ecce53242e Mon Sep 17 00:00:00 2001 From: Jan Sucan Date: Tue, 28 Nov 2023 19:49:18 +0100 Subject: 10_a_1: Add solution --- ch10/test-10_a_1/plain.pgm | 13 +++++++++++++ ch10/test-10_a_1/raw_16bit.pgm | Bin 0 -> 31 bytes ch10/test-10_a_1/raw_8bit.pgm | Bin 0 -> 20 bytes 3 files changed, 13 insertions(+) create mode 100644 ch10/test-10_a_1/plain.pgm create mode 100644 ch10/test-10_a_1/raw_16bit.pgm create mode 100644 ch10/test-10_a_1/raw_8bit.pgm (limited to 'ch10/test-10_a_1') 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 Binary files /dev/null and b/ch10/test-10_a_1/raw_16bit.pgm 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 Binary files /dev/null and b/ch10/test-10_a_1/raw_8bit.pgm differ -- cgit v1.2.3