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
imagedependency up to 0.25.x - Bring
gifdependency up to 0.13.x
Breaking:
- The
engiffenfunction now takes a loop count as a fourth argument. Pass inNoneto use it as before