"encode" a float 0..1 to a pixel
"decode" an encoded pixel to a float 0..1
get pixel(s) from x,y coords 0,0 is bottom,left image[x,y] => pixel at x,y image[y] => row at y
convert bitmap data to spans (or runs) of contiguous pixels also invert the Y axis
[Validate]