GifHeader

open class GifHeader

A header object containing the number of frames in an animated GIF image as well as basic metadata like width and height that can be used to decode each individual frame of the GIF. Can be shared by one or more GifDecoders to play the same animated GIF in multiple views.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open val height: Int
Link copied to clipboard
open val status: Int
Link copied to clipboard
open val width: Int

Functions

Link copied to clipboard
open fun getNumFrames(): Int