Home | History | Annotate | only in /external/glide/third_party/gif_encoder
Up to higher level directory
NameDateSize
LICENSE24-Aug-20161.2K
lint.xml24-Aug-2016103
README.third_party24-Aug-2016450
src/24-Aug-2016

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