stbi_load_from_memory
data = stbi_load_from_memory(splash_image.data,
extern stbi_uc *stbi_load_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp, int req_comp);
data = stbi_load_from_memory(buffer, len, x, y, comp, req_comp);