Default length of a single image row bitmap data.
Default length of a single image row colours data.
Converts data to source code string which is ready to be compiled by "dreamass".
Converts data to source code string which is ready to be compiled by "dreamass".
an array of bytes to be converted
maximum number of byte values included in a single source code row (defaults to 16)
initial indentation for each row of source code data (defaults to 16)
Returns the new bitmap row data composed from cutting out selected row of a given size from the original image.
Returns the new bitmap row data composed from cutting out selected row of a given size from the original image.
8x8 character row index of an image (expected to be an integer between 0 and 24)
array of bytes used as a source of data for constructing the new bitmap row
data size of a single bitmap row in the original image
Returns the new bitmap rows data composed from cutting out selected rows of a given size from the original image.
Returns the new bitmap rows data composed from cutting out selected rows of a given size from the original image.
initial 8x8 character row index of an image (expected to be an integer between 0 and 24)
closing 8x8 character row index of an image (expected to be an integer between 0 and 24)
array of bytes used as a source of data for constructing the new bitmap rows
data size of a single bitmap row in the original image
Returns the new colors row data composed from cutting out selected row of a given size from the original image.
Returns the new colors row data composed from cutting out selected row of a given size from the original image.
8x8 character row index of an image (expected to be an integer between 0 and 24)
array of bytes used as a source of data for constructing the new colors row
data size of a single colors row in the original image
Returns the new colors rows data composed from cutting out selected rows of a given size from the original image.
Returns the new colors rows data composed from cutting out selected rows of a given size from the original image.
initial 8x8 character row index of an image (expected to be an integer between 0 and 24)
closing 8x8 character row index of an image (expected to be an integer between 0 and 24)
array of bytes used as a source of data for constructing the new colors rows
data size of a single colors row in the original image
Returns the new screen row data composed from cutting out selected row of a given size from the original image.
Returns the new screen row data composed from cutting out selected row of a given size from the original image.
8x8 character row index of an image (expected to be an integer between 0 and 24)
array of bytes used as a source of data for constructing the new screen row
data size of a single screen row in the original image
Returns the new screen rows data composed from cutting out selected rows of a given size from the original image.
Returns the new screen rows data composed from cutting out selected rows of a given size from the original image.
initial 8x8 character row index of an image (expected to be an integer between 0 and 24)
closing 8x8 character row index of an image (expected to be an integer between 0 and 24)
array of bytes used as a source of data for constructing the new screen rows
data size of a single screen row in the original image
Default length of a single image row screen data.
Static methods for cutting out image rows of a given size from the original bitmaps/screens/colours.