Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/main/ | 23-Nov-2023 | - | 1,343 | 807 | ||
LICENSE | D | 23-Nov-2023 | 1.2 KiB | 26 | 20 | |
README.third_party | D | 23-Nov-2023 | 450 | 15 | 11 | |
lint.xml | D | 23-Nov-2023 | 103 | 5 | 4 |
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