Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 716 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 716 Bytes

GifMinitel

GifMinitel is a JavaScript library that can create an animated Gif file. It is targeted to encode Minitel screens, therefore it cannot be used for other types of images.

Example

Why another Gif encoder?

There exists other Gif encoder written in JavaScript but I needed an encoder which could compute differences between consecutive frames in order to better compress the animation. Available Gif encoders compress all the image every frame, thus generating bigger files.

Another reason was that I wanted to understand how the Gif file works at the lower level.

How to use it?

Have a look at the test.html demonstration