Home | History | Annotate | only in /external/glide/third_party/gif_encoder
Up to higher level directory
NameDateSize
LICENSE21-Aug-20181.2K
lint.xml21-Aug-2018103
README.third_party21-Aug-2018450
src/21-Aug-2018

README.third_party

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