aboutsummaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorSam Judd <judds@google.com>2014-10-20 11:18:17 -0700
committerSam Judd <judds@google.com>2014-10-20 11:18:17 -0700
commitdc756490f3da974008078366b9e1dd5d34677729 (patch)
tree000ab21534c204b5a28bc04907c0a76afa4054ee /third_party
parent38ced22f14acd14b69bb102605505d1feb04b46b (diff)
downloadglide-dc756490f3da974008078366b9e1dd5d34677729.tar.gz
Update readmes for gif_encoder and gif_decoder.
Diffstat (limited to 'third_party')
-rw-r--r--third_party/gif_decoder/README.third_party6
-rw-r--r--third_party/gif_encoder/README.third_party1
2 files changed, 4 insertions, 3 deletions
diff --git a/third_party/gif_decoder/README.third_party b/third_party/gif_decoder/README.third_party
index 9e771c5b..e872bcd1 100644
--- a/third_party/gif_decoder/README.third_party
+++ b/third_party/gif_decoder/README.third_party
@@ -15,6 +15,6 @@ Adapted from:
http://show.docjava.com/book/cgij/exportToHTML/ip/gif/stills/GifDecoder.java.html
Local Modifications:
-Broke headers and frames out into separate files and added ability to share
-headers between multiple decoders. Added interface for reusing bitmaps each
-frame.
+Broke headers and frames out into separate files and added ability to share
+headers between multiple decoders. Added interface for reusing bitmaps each
+frame. Bugfixes.
diff --git a/third_party/gif_encoder/README.third_party b/third_party/gif_encoder/README.third_party
index 10fc85b2..5d557106 100644
--- a/third_party/gif_encoder/README.third_party
+++ b/third_party/gif_encoder/README.third_party
@@ -11,3 +11,4 @@ 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.