Converts the imagedata to the given format if supported
Flips the image horizontally
Flips the image vertically
Returns the raw data cast to ubyte
Reads the image at the given point in ARGB32 format. Does palette lookup if needed.
Reads the image at the given point in RGBA_f32 format. Does palette lookup if needed.
Returns the bitdepth of the image.
Returns the number of bitplanes per image. Default should be 1.
Returns the height of the image.
Returns the color format of the image.
Returns the width of the image.
Basic imagedata wrapper.