Releases: gomander/engiffen
Releases · gomander/engiffen
v0.9.1
v0.9.0
Changes:
- Add support for setting the repeat/loop count of a GIF when encoding. It defaults to infinite (same as before), but you can change it by
- Using
-l <loops #>
for the CLI - Passing a u16 as the fourth argument into
engiffen(...)
- Using
- Bring
image
dependency up to 0.25.x - Bring
gif
dependency up to 0.13.x
Breaking:
- The
engiffen
function now takes a loop count as a fourth argument. Pass inNone
to use it as before