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. …
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 …
ReadAllCustomKeys
Returns a array of all custom custom data keys associated with the image.
ReadBitDepth
Retruns number of bits per pixel, determining the range of representable colors or shades.
ReadCustomData
Reads the data associated with a specific custom key stored within the image s data.
ReadImageInfo
Retrun image information.
ReadImageSize
Returns the image dimensions in pixel.
RemoveCustomData
Removes the specified key and its associated data from the image.
WriteBitDepth
Sets number of bits per pixel, determining the range of representable colors or shades.
WriteCustomData
Write the provided data with the specified key in the image s data. If the key is new, it s added; …
WriteImageSize