Package 

Enum Header

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum Header
    extends Enum<Header>
                        

    There are two standard of GIF, with GIF89a being a super set of GIF87a. The library is not super strict about it: It is quite frequent to find GIFs labeled as GIF87a using features only available to GIF89a. Sad but...

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      GIF89a
      GIF87a
    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait