uint8_t buffer1[IMG_BUFFER_SIZE]
second raw image buffer that decoded from qoi image file
uint8_t buffer0[IMG_BUFFER_SIZE]
Raw image buffer that decoded from qoi image file.
void openQOIFile(const char *filename, uint8_t *bytes, qoi_img_info_t *info)
This function decodes QOI file from from into the framebuffer.