You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there,
I've been using the library for a few days now and it's very useful, thank you for making and supporting it!
I'm using it to export ingame runs in gif format but I noticed that the LZW compression is, at times, too slow for my use case.
I've read on Wikipedia that there's a way to abuse the LCW CLEAR instruction to add uncompressed frames.
I've been trying to implement it myself but had no luck as of yet.
Maybe someone with more experience on the matter has some insights or can help out?
It would be a very useful feature to generate Gifs at runtime.
The text was updated successfully, but these errors were encountered:
Hey there,
I've been using the library for a few days now and it's very useful, thank you for making and supporting it!
I'm using it to export ingame runs in gif format but I noticed that the LZW compression is, at times, too slow for my use case.
I've read on Wikipedia that there's a way to abuse the LCW CLEAR instruction to add uncompressed frames.
I've been trying to implement it myself but had no luck as of yet.
Maybe someone with more experience on the matter has some insights or can help out?
It would be a very useful feature to generate Gifs at runtime.
The text was updated successfully, but these errors were encountered: