ImgAnimationPointerEx extension
- on
Methods
-
createCursor(
int hotX, int hotY) → Pointer< imageSdlCursor> -
Available on Pointer<
Create an animated cursor from an animation.ImgAnimation> , provided by the ImgAnimationPointerEx extension -
free(
) → void image -
Available on Pointer<
Dispose of an IMG_Animation and free its resources.ImgAnimation> , provided by the ImgAnimationPointerEx extension -
save(
String file) → bool image -
Available on Pointer<
Save an animation to a file.ImgAnimation> , provided by the ImgAnimationPointerEx extension -
saveApngIo(
Pointer< imageSdlIoStream> dst, {bool closeio = false}) → bool -
Available on Pointer<
Save an animation in APNG format to an SDL_IOStream.ImgAnimation> , provided by the ImgAnimationPointerEx extension -
saveAvifIo(
Pointer< imageSdlIoStream> dst, int quality, {bool closeio = false}) → bool -
Available on Pointer<
Save an animation in AVIF format to an SDL_IOStream.ImgAnimation> , provided by the ImgAnimationPointerEx extension -
saveGifIo(
Pointer< imageSdlIoStream> dst, {bool closeio = false}) → bool -
Available on Pointer<
Save an animation in GIF format to an SDL_IOStream.ImgAnimation> , provided by the ImgAnimationPointerEx extension -
saveIo(
Pointer< imageSdlIoStream> dst, {bool closeio = false}) → bool -
Available on Pointer<
Save an animation in ANI format to an SDL_IOStream.ImgAnimation> , provided by the ImgAnimationPointerEx extension -
saveTypeIo(
Pointer< imageSdlIoStream> dst, String type, {bool closeio = false}) → bool -
Available on Pointer<
Save an animation to an SDL_IOStream.ImgAnimation> , provided by the ImgAnimationPointerEx extension -
saveWebpIo(
Pointer< imageSdlIoStream> dst, int quality, {bool closeio = false}) → bool -
Available on Pointer<
Save an animation in WEBP format to an SDL_IOStream.ImgAnimation> , provided by the ImgAnimationPointerEx extension