Create
Creates a new image reference with the specified, unique name. This allocates memory to hold image …
Dispose
Disposes of a previously generated image. This method releases the memory and resources associated …
Cast
Converts the image s pixel data type. For 8-bit and 16-bit images, the scaling method for this …
Copy
Creates an independent duplicate of an image, including its pixel data, dimensions, and metadata. …
WriteImageSize
Returns the image dimensions in pixel.
ReadImageSize
WriteBitDepth
Sets number of bits per pixel, determining the range of representable colors or shades.
ReadBitDepth
Retruns number of bits per pixel, determining the range of representable colors or shades.
ReadImageInfo
Retrun image information.
WriteCustomData
Write the provided data with the specified key in the image s data. If the key is new, it s added; …
ReadCustomData
Reads the data associated with a specific custom key stored within the image s data.
ReadAllCustomKeys
Returns a array of all custom custom data keys associated with the image.
RemoveCustomData
Removes the specified key and its associated data from the image.