stb_image.c | 214 extern stbi_uc *stbi_load_from_file (FILE *f, int *x, int *y, int *comp, int req_comp); 215 // for stbi_load_from_file, file pointer is left pointing immediately after image 659 result = stbi_load_from_file(f,x,y,comp,req_comp); 664 unsigned char *stbi_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) function in typeref:typename:unsigned char * 737 data = stbi_load_from_file(f, x, y, comp, req_comp);
|