Class GifReader

java.lang.Object
com.drew.metadata.gif.GifReader

public class GifReader extends Object
Reader of GIF encoded data. Resources:
  • https://wiki.whatwg.org/wiki/GIF
  • https://www.w3.org/Graphics/GIF/spec-gif89a.txt
  • http://web.archive.org/web/20100929230301/http://www.etsimo.uniovi.es/gifanim/gif87a.txt
Author:
Drew Noakes https://drewnoakes.com, Kevin Mott https://github.com/kwhopper
  • Constructor Details

    • GifReader

      public GifReader()
  • Method Details