An in-memory image. Pixels are stored as contiguous scanlines, with each scanline consisting of one or more StorageType.
Number of StorageType per scanline (row).
Returns an array for the pixels at row y.
Does not scale image
Geometry.
Array of pixels, in row-major order.
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 as contiguous scanlines, with each scanline consisting of one or more StorageType.