-
public class GifHeaderA 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.
-
-
Field Summary
Fields Modifier and Type Field Description public final static intNETSCAPE_LOOP_COUNT_FOREVERpublic final static intNETSCAPE_LOOP_COUNT_DOES_NOT_EXISTintstatusintwidthintheight
-
Method Summary
Modifier and Type Method Description intgetStatus()Global status code of GIF data parsing. intgetWidth()intgetHeight()intgetNumFrames()-
-
Method Detail
-
getStatus
int getStatus()
Global status code of GIF data parsing.
-
getWidth
int getWidth()
-
getHeight
int getHeight()
-
getNumFrames
int getNumFrames()
-
-
-
-