|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#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) |
| #define STB_IMAGE_IMPLEMENTATION |
Definition at line 1 of file stb_image.c.
| typedef struct gif_result_t gif_result |
| STBIDEF int stbi_is_animated_gif | ( | char const * | filename | ) |
Definition at line 15 of file stb_image.c.
| STBIDEF unsigned char * stbi_xload | ( | char const * | filename, |
| int * | x, | ||
| int * | y, | ||
| int * | frames ) |
Definition at line 58 of file stb_image.c.