An in-memory image. Pixels are stored in a flat array.
Returns an array for the pixels at row y.
Does not scale image
Implements the view[x, y] operator.
Allows array-like viewyx access.
Implements the view[x, y] = c operator.
See Implementation
An in-memory image. Pixels are stored in a flat array.