GifPlayer

Image view with animated GIF support.

Modulerequire("gui")
TypeClass
InheritsView

It can also display other types of images, but only GIF images can be animated.

Displaying animated GIF images consumes lots of CPU resources, it is highly unrecommended to constantly display animated GIF images.

For optimization, hiding the view would automatically pause the animation, and showing the view would automatically resume previous state.

Class methods

create()

Create a new GifPlayer.

Return

GifPlayer

Methods

setImage(image)

Set the image.

After setting the image, the animated image will start playing automatically.

Parameters

getImage()

Return the image.

Return

Image

setAnimating(animating)

Set whether the animated image should be played.

Parameters

isAnimating()

Return whether the image is animating.

Return

Boolean

setScale(scale)

Set the scaling mode.

The default scaling mode is "none".

Parameters

getScale()

Return the scaling mode.

Return

ImageScale