ImageToArray
Copies the pixel into an 2D array without an border
ArrayToImage
Replaces the image's data with the provided array (Copy)
DataValueReference
DVR (Data Value Reference) to the image data, allowing direct manipulation without copying
WriteRow
Write all pixel values in an row.
ReadRow
Returns the values of an pixel row
WriteColumn
Write all pixel values in an column
ReadColumn
Returns the values of an pixel column
WritePixel
Write the pixels value at the given coordinates.
ReadPixel
Provides the pixel's value at the given coordinates.
FlattenToString
Image data as a binary string
Pointer
The pixel memory pointer of an image
NumberToRgba
Convert an number into an cluster
RgbaToNumber
Convert an color cluster into an number