Expand description
gif.ski library allows creation of GIF animations from arbitrary pixels, or PNG files.
See the new
function to get started.
Modules§
- c_api
- How to use from C
- collector
- For adding frames to the encoder
- progress
- For tracking conversion progress and aborting early
Structs§
- Collector
- Collect frames that will be encoded
- Settings
- Encoding settings for the
new()
function - Writer
- Perform GIF writing
Enums§
Functions§
- new
- Start new encoding on two threads.