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
FlattenToString
Image data as a binary string
ImageToArray
Copies the pixel into an 2D array without an border
NumberToRgba
Convert an number into an cluster
Pointer
The pixel memory pointer of an image
ReadColumn
Returns the values of an pixel column
ReadPixel
Provides the pixel's value at the given coordinates.
ReadRow
Returns the values of an pixel row
RgbaToNumber
Convert an color cluster into an number
WriteColumn
Write all pixel values in an column
WritePixel
Write the pixels value at the given coordinates.
WriteRow
Write all pixel values in an row.