Name Date Size #Lines LOC

..--

src/main/H25-Apr-2025-1,343807

LICENSEH A D25-Apr-20251.2 KiB2620

README.third_partyH A D25-Apr-2025450 1511

lint.xmlH A D25-Apr-2025103 54

README.third_party

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