# animated-gif-lib-for-java **Repository Path**: mirrors_addons/animated-gif-lib-for-java ## Basic Information - **Project Name**: animated-gif-lib-for-java - **Description**: A re-package of the Animated GIF processing classes made available by Kevin Weiner at http://www.fmsware.com/stuff/gif.html - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-27 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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.