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.
6 лет назад 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:
--progressive
, to invoke progressive mode. However, note that its effects won't be normally visible, unless the gif is interlaced and truncated.Thanks to @ReFreezed for the improved disposal methods description and the wrong field name bug fix.
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[]
.