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

Лицензия

Лицензия

Группа

Группа

com.madgag
Идентификатор

Идентификатор

animated-gif-lib
Последняя версия

Последняя версия

1.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

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
Ссылка на сайт

Ссылка на сайт

https://github.com/rtyley/animated-gif-lib-for-java
Система контроля версий

Система контроля версий

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

Скачать animated-gif-lib

Как подключить последнюю версию

<!-- 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"]

Зависимости

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.easytesting : fest-assert-core jar 2.0M10

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
1.4
1.2
1.1
1.0