Your question is somewhat unclear to me.
The first pixel is always at 0,0
And each pixel has 3+1 components, ([A]RGB), in the case of B&W they are (0,0,0) or (255,255,255)
You are probably defining the image as a bitmap and that holds the array of pixels.
The bitmap has a length and a width in pixels.
Paul
The first pixel is always at 0,0
And each pixel has 3+1 components, ([A]RGB), in the case of B&W they are (0,0,0) or (255,255,255)
You are probably defining the image as a bitmap and that holds the array of pixels.
The bitmap has a length and a width in pixels.
Paul
It is more important to do the right thing, than to do the thing right.(P.Drucker)
Better is the enemy of good. (Montesquieu) = French version for 'kiss'.
Better is the enemy of good. (Montesquieu) = French version for 'kiss'.