6 ms·
I can't work out why the width would be need to be 1px bigger in width? I don't see the explanation in #3. Also, the array in #3 shows a 9x9 grid of 81 values w
by feelstupid 12y ago
I can't work out why the width would be need to be 1px bigger in width? I don't see the explanation in #3.
Also, the array in #3 shows a 9x9 grid of 81 values when there are only 72 pixels?
- sp332 12y agoIf you only have 8 samples per row, then you have 7 adjacent pairs. If you use a bit to represent the differences, you'll only have 7 bits. If you want 8 bits, you need 8 differences, so 9 samples.
- feelstupid 12y agoThat makes sense, but why does the example have a 9 by 9 grid, would it be a 9 columns but only 8 rows?
- razius 12y agoYes, you are right, it's a mistake in the text. I'll correct it.