File: README.chromium

package info (click to toggle)
qtwebengine-opensource-src 5.7.1%2Bdfsg-6.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,028,096 kB
  • ctags: 1,436,736
  • sloc: cpp: 5,960,176; ansic: 3,477,727; asm: 395,492; python: 320,633; sh: 96,504; perl: 69,449; xml: 42,977; makefile: 28,408; objc: 9,962; yacc: 9,847; tcl: 5,430; lex: 2,259; ruby: 1,053; lisp: 522; awk: 497; pascal: 310; cs: 249; sed: 53
file content (23 lines) | stat: -rw-r--r-- 863 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Name: GifPlayer Animated GIF Library
Short Name: GifPlayer
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).
* Added license headers to BaseGifDrawable.java and BaseGifImage.java.