ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
Loading...
Searching...
No Matches
stb_image.c File Reference
#include "stb_image.h"

Go to the source code of this file.

Data Structures

struct  gif_result_t

Macros

#define STB_IMAGE_IMPLEMENTATION

Typedefs

typedef struct gif_result_t gif_result

Functions

STBIDEF int stbi_is_animated_gif (char const *filename)
STBIDEF unsigned char * stbi_xload (char const *filename, int *x, int *y, int *frames)

Macro Definition Documentation

◆ STB_IMAGE_IMPLEMENTATION

#define STB_IMAGE_IMPLEMENTATION

Definition at line 1 of file stb_image.c.

Typedef Documentation

◆ gif_result

typedef struct gif_result_t gif_result

Function Documentation

◆ stbi_is_animated_gif()

STBIDEF int stbi_is_animated_gif ( char const * filename)

Definition at line 15 of file stb_image.c.

◆ stbi_xload()

STBIDEF unsigned char * stbi_xload ( char const * filename,
int * x,
int * y,
int * frames )

Definition at line 58 of file stb_image.c.