MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / stbi_loadf_from_file

Function stbi_loadf_from_file

lite/example/cpp_example/mge/cv/stb_image.h:1541–1545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1539}
1540
1541STBIDEF float* stbi_loadf_from_file(FILE* f, int* x, int* y, int* comp, int req_comp) {
1542 stbi__context s;
1543 stbi__start_file(&s, f);
1544 return stbi__loadf_main(&s, x, y, comp, req_comp);
1545}
1546#endif // !STBI_NO_STDIO
1547
1548#endif // !STBI_NO_LINEAR

Callers 1

stbi_loadfFunction · 0.85

Calls 2

stbi__start_fileFunction · 0.85
stbi__loadf_mainFunction · 0.85

Tested by

no test coverage detected