Copy constructor.
Construct an image by given size, format and bit depth information.
Convert image data type to given type.
Get data array from this image.
Check if this images data corresponds to given value type.
Number of bytes contained in the image.
Channel count of the image.
Get bit depth of the image.
Check if image is empty (there's no data present).
Get format of an image.
Get height of an image.
Number of bytes contained in one pixel of the image.
Number of bytes contained in one row of the image.
Size of the image. Returns an array of 3 sizes: [width, height, channels]
Get height of an image.
Image abstraction type.