Animated GIF library for Java

A re-package of the Animated GIF processing classes made available by Kevin Weiner at http://www.fmsware.com/stuff/gif.html

License

License

GroupId

GroupId

com.madgag
ArtifactId

ArtifactId

animated-gif-lib
Last Version

Last Version

1.4
Release Date

Release Date

Type

Type

jar
Description

Description

Animated GIF library for Java
A re-package of the Animated GIF processing classes made available by Kevin Weiner at http://www.fmsware.com/stuff/gif.html
Project URL

Project URL

https://github.com/rtyley/animated-gif-lib-for-java
Source Code Management

Source Code Management

https://github.com/rtyley/animated-gif-lib-for-java

Download animated-gif-lib

How to add to project

<!-- https://jarcasting.com/artifacts/com.madgag/animated-gif-lib/ -->
<dependency>
    <groupId>com.madgag</groupId>
    <artifactId>animated-gif-lib</artifactId>
    <version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.madgag/animated-gif-lib/
implementation 'com.madgag:animated-gif-lib:1.4'
// https://jarcasting.com/artifacts/com.madgag/animated-gif-lib/
implementation ("com.madgag:animated-gif-lib:1.4")
'com.madgag:animated-gif-lib:jar:1.4'
<dependency org="com.madgag" name="animated-gif-lib" rev="1.4">
  <artifact name="animated-gif-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.madgag', module='animated-gif-lib', version='1.4')
)
libraryDependencies += "com.madgag" % "animated-gif-lib" % "1.4"
[com.madgag/animated-gif-lib "1.4"]

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.easytesting : fest-assert-core jar 2.0M10

Project Modules

There are no modules declared in this project.

Animated GIF library for Java

This code is a re-package of the Animated GIF processing classes made available by Kevin Weiner at http://www.fmsware.com/stuff/gif.html, which states that the code "may be freely used for any purpose. Unisys patent restrictions may apply to the LZW portions.".

You may find the following link relevant in determining the current extent of the Unisys patent restrictions:

http://en.wikipedia.org/wiki/Graphics_Interchange_Format#Unisys_and_LZW_patent_enforcement

The classes are largely unaltered, though as the code was originally placed in the 'default' package, I've assigned the Java package name of com.madgag.gif.fmsware.

This repo is intended mainly for packaging those classes into a maven-friendly format - for full attribution of the original code, check the Java file headers.

Where alterations have occurred since the initial import, those changes are licenced under the Apache V2 licence.

Versions

Version
1.4
1.2
1.1
1.0