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

Function stbi__gif_info

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

Source from the content-addressed store, hash-verified

7738}
7739
7740static int stbi__gif_info(stbi__context* s, int* x, int* y, int* comp) {
7741 return stbi__gif_info_raw(s, x, y, comp);
7742}
7743#endif
7744
7745// *************************************************************************************************

Callers 1

stbi__info_mainFunction · 0.85

Calls 1

stbi__gif_info_rawFunction · 0.85

Tested by

no test coverage detected