Chromium Code Reviews| Index: third_party/gif_player/README.chromium |
| diff --git a/third_party/gif_player/README.chromium b/third_party/gif_player/README.chromium |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..79430729e5911c557442b745ce8d18ed63fe7309 |
| --- /dev/null |
| +++ b/third_party/gif_player/README.chromium |
| @@ -0,0 +1,22 @@ |
| +Name: GifPlayer Animated GIF Library |
| +Short Name: GifPlayer Library |
|
newt (away)
2015/09/23 20:38:44
"GifPlayer". It's cleaner ;)
Ian Wen
2015/09/23 21:59:52
Done.
|
| +URL: http://android-gifview.googlecode.com/svn/!svn/bc/8/trunk/ |
| +Version: r8 |
| +License: Apache License 2.0 |
| +Security Critical: yes |
| +License Android Compatible: yes |
| + |
| +Description: |
| +GifPlayer allows animated GIFs to be displayed in Android's native view |
| +system. |
| + |
| +The GifDrawable library is a partial library built from the GifDecoder of |
| +android-gifview which was originally created by tomorrowkey@gmail.com. We |
| +took the algorithm to add gif animation for android and adapted the algorithm |
| +as a Drawable. |
| + |
| +Local Modifications: |
| +* Derived BaseGifDrawable.java and BaseGifImage.java from the original |
| + GifDecoder.java. |
| +* Removed GifDecoder.java as it is no longer needed (it served only as the |
| + pristine source file for the two derived files). |