logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

IMG_Animation - Animated image support

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;

See Also