Home | History | Annotate | Download | only in gif_encoder
      1 URL: http://java2s.com/Code/Java/2D-Graphics-GUI/AnimatedGifEncoder.htm
      2 Version: Downloaded 9/4/2014.
      3 License: Notice
      4 License File: LICENSE
      5 
      6 Description:
      7 Android port of a gif encoder.
      8 
      9 See also:
     10 http://members.ozemail.com.au/~dekker/NEUQUANT.HTML
     11 
     12 Local Modifications:
     13 Converted BufferedImage to Android's Bitmap class, split apart classes into individual files.
     14 Support setting transIndex based on the presence of transparent pixels in the Bitmap.
     15