android13/external/glide/third_party/gif_encoder
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
src/main initial 2024-06-22 20:45:49 +08:00
LICENSE initial 2024-06-22 20:45:49 +08:00
README.third_party initial 2024-06-22 20:45:49 +08:00
lint.xml initial 2024-06-22 20:45:49 +08:00

README.third_party

URL: http://java2s.com/Code/Java/2D-Graphics-GUI/AnimatedGifEncoder.htm
Version: Downloaded 9/4/2014.
License: Notice
License File: LICENSE

Description:
Android port of a gif encoder.

See also:
http://members.ozemail.com.au/~dekker/NEUQUANT.HTML

Local Modifications:
Converted BufferedImage to Android's Bitmap class, split apart classes into individual files.
Support setting transIndex based on the presence of transparent pixels in the Bitmap.