6 lat temu 1 commitów w master od tego wydania
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 lat temu 3 commitów w master od tego wydania
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 lat temu 14 commitów w master od tego wydania
This is a minor update to add a convenience method that retrieves the frame data without needing to dig into the internals of imgs[]
.