|
|
|
|
|
by giovannibajo1
371 days ago
|
|
Yeah those are the horizontal spans I was referring to. It’s a sorted list of X coordinates (left to right). If you group them in couples, they are begin/end intervals of pixels within region (visibles), but it’s actually more useful to manipulate them as a flat array, as I described. I studied a bit the code and each scanline is prefixed by the Y coordinates, and uses an out of bounds terminator (32767). |
|