版本發佈

  • Version 1.0.3: Update to 11.0

    Pedro Gimeno 6 年之前 在該版本發佈之後已有 1 次代碼提交到 master 分支

    vgif was updated to be compatible with love2d 11.0; it is still compatible with 0.10 and 0.9.

    It's a minor change in the demo program, but just in case someone runs into it: love2d 11.0 changes the way that command-line arguments are presented to the application when the .love file is not fused, so the demo program failed to recognize the first argument (typically the .gif file) passed in the command line in that case. That's what this release fixes.

    The library is otherwise compatible with 11.0.

     
  • Version 1.0.2 available

    Pedro Gimeno 7 年之前 在該版本發佈之後已有 3 次代碼提交到 master 分支

    This release fixes two bugs, one that could happen occasionally with gifs that have custom extensions and another with the gifframe API function. Additionally:

    • The demo includes a new parameter, --progressive, to invoke progressive mode. However, note that its effects won't be normally visible, unless the gif is interlaced and truncated.
    • The demo also reads the command line parameters correctly now in case of running as a fused executable.
    • Docs have also been improved.

    Thanks to @ReFreezed for the improved disposal methods description and the wrong field name bug fix.

     
  • Add method to retrieve frame data

    Pedro Gimeno 8 年之前 在該版本發佈之後已有 14 次代碼提交到 master 分支

    This is a minor update to add a convenience method that retrieves the frame data without needing to dig into the internals of imgs[].

     
  • Version 1.0.0

    Pedro Gimeno 8 年之前 在該版本發佈之後已有 17 次代碼提交到 master 分支

    First release.