stbi_load_from_file
extern stbi_uc *stbi_load_from_file (FILE *f, int *x, int *y, int *comp, int req_comp);
result = stbi_load_from_file(f,x,y,comp,req_comp);
data = stbi_load_from_file(f, x, y, comp, req_comp);