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