GifHeaderParser

open class GifHeaderParser

A class responsible for creating GifHeaders from data representing animated gifs.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val TAG: String = "GifHeaderParser"

Functions

Link copied to clipboard
open fun clear()
Link copied to clipboard
open fun isAnimated(): Boolean
Determines if the GIF is animated by trying to read in the first 2 frames This method reparses the data even if the header has already been read.
Link copied to clipboard
Link copied to clipboard