gifencoder
GIF encoder
A Node.js module for generating animated GIFs from pixel data streams or canvas contexts.
Server side animated gif generation for node.js
473 stars
10 watching
49 forks
Language: JavaScript
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
lukechilds/gifgen | A tool for generating high-quality GIFs from video files using a custom color palette and two-pass encoding process | 554 |
nbadal/android-gif-encoder | An Android app that encodes animated GIFs without requiring native code | 348 |
notnullnotvoid/msf_gif | A single-header C library for encoding and decoding animated GIFs | 208 |
pkrumins/node-gif | A module for generating GIF images from RGB or RGBA buffers using the giflib library | 214 |
deanm/omggif | A JavaScript implementation of a GIF 89a encoder and decoder for manipulating image data in digital graphics | 715 |
snowkit/gif | A software library for encoding GIF images using the NeuQuant and LZW algorithms | 40 |
zehfernandes/gifline | A Chrome extension that embeds GIFs into emails through a simple command-line interface using Giphy API. | 66 |
unixpickle/gifpro | An Objective-C implementation of the ANGif GIF encoding library for Mac OS X | 43 |
liyong03/ylgifimage | A class and view layer for efficiently decoding and displaying GIF images with reduced memory usage. | 1,774 |
extrapixel/gif-animation | A Processing library to play and export GIF animations | 171 |
tj/node-gify | Converts video files into GIF format using FFmpeg and Gifsicle utilities. | 298 |
sole/animated_gif | A JavaScript library for creating animated GIFs | 226 |
charlietangora/gif-h | A simple C++ library to create animated GIFs from image data. | 500 |
hipmob/gifanimateddrawable | A simple Android library that converts animated GIFs into an AnimationDrawable | 218 |
bitbank2/animatedgif | An optimized GIF decoder for microcontrollers and PCs with various optimization techniques | 376 |