Global

Methods

GIFEncoder()

This class lets you encode animated GIF files Base class : http://www.java2s.com/Code/Java/2D-Graphics-GUI/AnimatedGifEncoder.htm
Version:
  • 0.1 AS3 implementation
Author:
  • Kevin Weiner (original Java version - kweiner@fmsware.com)
  • Thibault Imbert (AS3 version - bytearray.org)
  • Kevin Kwok (JavaScript version - https://github.com/antimatter15/jsgif)
Source:

LZWEncoder()

This class handles LZW encoding Adapted from Jef Poskanzer's Java port by way of J. M. G. Elliott.
Version:
  • 0.1 AS3 implementation
Author:
  • Kevin Weiner (original Java version - kweiner@fmsware.com)
  • Thibault Imbert (AS3 version - bytearray.org)
  • Kevin Kwok (JavaScript version - https://github.com/antimatter15/jsgif)
Source: