1) that compression method would be very difficult to implement on the color calc, and would not work with 1's and 0's for on and off.
2)yes, we are talking about basic code, no one mentioned assembly.
3)lets say you have an image that looks like this:
Code: 0 0 0 1 1 0 0 0 0 1 1 0
1 0 0 1 1 1 0 0 1 0 0 0
This isn't a full image, but you get the picture (pun intended).
So first, there are 0 consecutive 1's at the current location, so you put a 0. Then you put the number of consecutive 0's, so you put 3. Then you put the number of consecutive 1's, so 2
In the end, it would look like this:
Code: {0,3,2,4,2,1,1,2,1,1,2,3,2,1,3}
4)I don't feel like writing code for you, and I doubt anyone else here does either.
quick question: Think about this: the last post on their site was in 2009, which was four years ago. Do you think they are still together programming without posting for that long? Did they just stop posting? Did they forget to post?