ldr_to_hdr
static float *ldr_to_hdr(stbi_uc *data, int x, int y, int comp);
return ldr_to_hdr(data, *x, *y, req_comp ? req_comp : *comp);