Skip to content

Releases: VladSerhiienko/GifTools

v1.0

24 May 18:03
Compare
Choose a tag to compare

This release contains all functionality needed for encoding GIF animations from images and videos (using FFmpeg).

v0.2

09 Mar 16:40
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release

This pre-release tag features:

  • introduced Gif LFS support,
  • GitHub Action workflows for automated testing,
  • functioning as an independent Node package,
  • prebuilt amalgamated JS module with included WASM file,
  • minor code improvements on the C++ side.

v0.1

08 Mar 18:10
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release

The compiled WASM module exposes C-like functions to manipulate objects via their opaque identifiers. This release purely manages errors and invalid API use cases and uses Emscripten bindings only where required. It's not very handy to use it inside JS. And yet it provides quite efficient ways to utilize as small amounts of the heap as it's probably possible.

Features:

  • Create images from Uint8Array.
  • Resize images.
  • Build GIFs.