Skip to content

Releases: gomander/engiffen

v0.9.1

30 May 12:31
Compare
Choose a tag to compare

Fixes:

  • Fixed a bug causing the -r (range of files) option in the CLI not to work properly.

v0.9.0

12 May 13:15
Compare
Choose a tag to compare

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(...)
  • 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 in None to use it as before

v0.8.3

04 Mar 12:16
Compare
Choose a tag to compare

Changes:

  • Bring image dependency up to 0.24.x
  • Bring gif dependency up to 0.10.x