readQOI: Read an QOI image into a RGB(A) raster array
Description
Read an QOI image into a RGB(A) raster array
Usage
readQOI(qoi_image_path)
Value
A matrix with integer (0-255) RGB(A) values with dimensions height x width x channels.
Until now 3 (RGB) and 4 (RGBA) channels are integrated in the specification.
If the decoding went wrong the returned value is NULL.