MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / stbi__gif_info

Function stbi__gif_info

include/stb/stb_image.h:7077–7080  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7075}
7076
7077static int stbi__gif_info(stbi__context *s, int *x, int *y, int *comp)
7078{
7079 return stbi__gif_info_raw(s,x,y,comp);
7080}
7081#endif
7082
7083// *************************************************************************************************

Callers 1

stbi__info_mainFunction · 0.85

Calls 1

stbi__gif_info_rawFunction · 0.85

Tested by

no test coverage detected