stb_image.c | 36 stbi_info support from Jetro Lauha 46 stbi_info support for BMP,PSD,HDR,PIC 47 rewrite stbi_info and load_file variations to share file handling code 64 Jetro Lauha (stbi_info) Jonathan Blow 245 extern int stbi_info (char const *filename, int *x, int *y, int *comp); 4958 int stbi_info(char const *filename, int *x, int *y, int *comp) function in typeref:typename:int 5028 stbi_info support from Jetro Lauha
|