• Home
Name Date Size #Lines LOC

..--

src/main/03-May-2024-1,343807

LICENSED03-May-20241.2 KiB2620

README.third_partyD03-May-2024450 1511

lint.xmlD03-May-2024103 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