g

gifdecoder

Implementation of GifDecoder that is more memory efficient to animate for Android devices.
https://github.com/bumptech/glide
Simplified BSD License The Apache Software License, Version 2.0
Sam Judd
Files download
File Operation
gifdecoder-4.3.0.jar download
gifdecoder-4.3.0.pom download
gifdecoder-4.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.bumptech.glide</groupId>
  <artifactId>gifdecoder</artifactId>
  <version>4.3.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.bumptech.glide:gifdecoder:4.3.0'
Gradle Kotlin
implementation("com.github.bumptech.glide:gifdecoder:4.3.0")
Scala SBT
libraryDependencies += "com.github.bumptech.glide" % "gifdecoder" % "4.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.bumptech.glide', module='gifdecoder', version='4.3.0')
)
Apache Ivy
<dependency org="com.github.bumptech.glide" name="gifdecoder" rev="4.3.0" />
Leiningen
[com.github.bumptech.glide/gifdecoder "4.3.0"]
Apache Buildr
'com.github.bumptech.glide:gifdecoder:jar:4.3.0'