ImgAnimationPointerEx extension

on

Methods

createCursor(int hotX, int hotY) Pointer<SdlCursor> image

Available on Pointer<ImgAnimation>, provided by the ImgAnimationPointerEx extension

Create an animated cursor from an animation.
free() → void image

Available on Pointer<ImgAnimation>, provided by the ImgAnimationPointerEx extension

Dispose of an IMG_Animation and free its resources.
save(String file) bool image

Available on Pointer<ImgAnimation>, provided by the ImgAnimationPointerEx extension

Save an animation to a file.
saveApngIo(Pointer<SdlIoStream> dst, {bool closeio = false}) bool image

Available on Pointer<ImgAnimation>, provided by the ImgAnimationPointerEx extension

Save an animation in APNG format to an SDL_IOStream.
saveAvifIo(Pointer<SdlIoStream> dst, int quality, {bool closeio = false}) bool image

Available on Pointer<ImgAnimation>, provided by the ImgAnimationPointerEx extension

Save an animation in AVIF format to an SDL_IOStream.
saveGifIo(Pointer<SdlIoStream> dst, {bool closeio = false}) bool image

Available on Pointer<ImgAnimation>, provided by the ImgAnimationPointerEx extension

Save an animation in GIF format to an SDL_IOStream.
saveIo(Pointer<SdlIoStream> dst, {bool closeio = false}) bool image

Available on Pointer<ImgAnimation>, provided by the ImgAnimationPointerEx extension

Save an animation in ANI format to an SDL_IOStream.
saveTypeIo(Pointer<SdlIoStream> dst, String type, {bool closeio = false}) bool image

Available on Pointer<ImgAnimation>, provided by the ImgAnimationPointerEx extension

Save an animation to an SDL_IOStream.
saveWebpIo(Pointer<SdlIoStream> dst, int quality, {bool closeio = false}) bool image

Available on Pointer<ImgAnimation>, provided by the ImgAnimationPointerEx extension

Save an animation in WEBP format to an SDL_IOStream.