Create an empty Image given a width and a height. Pixels default to init
Create a Image from a given image range, color space and optional metadata.
Create a image from data copied off another image.
Storage type for each value in a channel.
Create a new color within the color space of the image.
Get the width and height of the Image.
Get a pixel of the given pixel format at a location on the image.
Get the number of channels in the image.
Return a copy of the image.
Get the width and height of the Image.
Return a image range for the image.
Get the width and height of the Image.
Get the width and height of the Image.
The metadata of the image.
Generic Image class for a given pixel format. Holds a two dimensional array of pixels in a specified format, allowing generic transformations and manipulations using other interfaces.