snowkit / gif

Haxe GIF encoder, implementing the NeuQuant and LZW encoding algorithms
39 stars 13 forks source link

GIF

A GIF format encoder.
This only deals with the encoding (writing) and not reading of GIF files (see format).

Haxe port by KeyMaster- and underscorediscovery
from Chman/Moments

LICENSE: The individual files are licensed accordingly.
REQUIREMENTS: Haxe 3.2+, no dependencies


Install

haxelib git gif https://github.com/snowkit/gif.git

Then, add gif as a library dependency to your project.

Simple usage

See test/Test.hx for an example!

Helpers

See https://github.com/snowkit/gifcapture