a

animated-gif-lib

A re-package of the Animated GIF processing classes made available by Kevin Weiner at http://www.fmsware.com/stuff/gif.html
https://github.com/rtyley/animated-gif-lib-for-java
Apache V2
Roberto Tyley
Files download
File Operation
animated-gif-lib-1.1.jar download
animated-gif-lib-1.1.pom download
animated-gif-lib-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.madgag</groupId>
  <artifactId>animated-gif-lib</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'com.madgag:animated-gif-lib:1.1'
Gradle Kotlin
implementation("com.madgag:animated-gif-lib:1.1")
Scala SBT
libraryDependencies += "com.madgag" % "animated-gif-lib" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.madgag', module='animated-gif-lib', version='1.1')
)
Apache Ivy
<dependency org="com.madgag" name="animated-gif-lib" rev="1.1" />
Leiningen
[com.madgag/animated-gif-lib "1.1"]
Apache Buildr
'com.madgag:animated-gif-lib:jar:1.1'