IMG_Animation - Animated image support
Contents
Description
Currently only animated GIFs and WEBP images are supported.
SDL_image SDL_image 3.2.4 IMG_Animation(3type)
Header File
Defined in SDL3_image/SDL_image.h
Name
IMG_Animation - Animated image support
Synopsis
#include"SDL3_image/SDL_image.h"typedefstructIMG_Animation{intw,h;intcount;SDL_Surface**frames;int*delays;}IMG_Animation;