stbi_png_info_from_memory
extern int stbi_png_info_from_memory (stbi_uc const *buffer, int len, int *x, int *y, int *comp);
if (stbi_png_info_from_memory(buffer, len, x, y, comp))
extern int stbi_png_info_from_memory (stbi_uc const *buffer, int len, int *x, int *y, int *comp);