ABCDEFGHIJKLMNOPQRSTUVWXYZAAABACADAEAFAGAHAIAJAKALAM
1
2
Pixel Puzzle Picture: [Insert the name here]
Run Length Encoding with Colour Lookup Table
3
4
Images can be represented in many ways. In this colour-by-number puzzle you must recreate the picture using the Colour Lookup Table and lists of numbers that tell you how to colour each square or ‘pixel’.

Each row of numbers tells you how to colour a single line. In each pair of numbers, separated by a comma, the first number gives the number of squares to colour and the second the colour as given in the colour lookup table. So, for example: 10 0, 26, 3. means colour the first 10 pixels of the row [insert colour] (colour 0) and then the next 26 pixels [insert colour] (colour 3 given the colour lookup table below).

As you follow each instruction, cross off the steps you have done, so you don’t lose track. Be careful not to confuse the colour number for the number of blocks (hint colour over all the pairs of numbers first with their colours to give you an easier to use representation)!
5
6
🠆[colour]🠆[colour]🠆[colour]🠆[colour]
7
8
The Image Key
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Created by [insert your name]
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100