bitmap width counted as a number of 8x8 character columns
an array of bytes
Returns the entire bitmap data as an array of bytes.
Returns an indicated number of pixel values starting at a given position.
Returns an indicated number of pixel values starting at a given position.
X coordinate of the first pixel
Y coordinate of the first pixel
number of up to 8 subsequent pixels to test, which are located on the samy Y line
Returns a boolean flag indicating if a pixel at a given position is set or not.
Returns a boolean flag indicating if a pixel at a given position is set or not.
X coordinate of the pixel
Y coordinate of the pixel
bitmap height counted as a number of 8x8 character rows
Returns the new bitmap data composed from the original image with a shifted content.
Returns the new bitmap data composed from the original image with a shifted content.
value of horizontal data shift (positive for shifting to the right, and negative for shifting to the left)
value of vertical data shift (positive for shifting to the bottom, and negative for shifting to the top)
optional fill value of newly created empty bits (defaults to a cleared bit)
Returns the new bitmap data composed from cutting out a slice of the original image.
Returns the new bitmap data composed from cutting out a slice of the original image.
X coordinate of the top-left corner of a rectangular selection area
Y coordinate of the top-left corner of a rectangular selection area
total width of a rectangular selection area in number of pixels
total height of a rectangular selection area in number of pixels
Plain hi-resolution bitmap data of an image.
an array of bytes
bitmap width counted as a number of 8x8 character columns
bitmap height counted as a number of 8x8 character rows