Multi-threaded GIF encoder written in Rust: < https://gif.ski/>.
Converts images to GIF animations using pngquant's efficient cross-frame
palettes and temporal dithering with thousands of colors per frame.
News
0.8.6
Update gifski crate to 0.8.6
save_gif() now properly closes graphics device when expr errors
More rubust C code to prevent segfaults on write errors
File paths are now converted to UTF-8 as described in gifski.h