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
There doesn't seem to be a way to get the amount of repeats when decoding a gif, not one that I can find at least.
You can encode an image with specific repeats with image::codecs::gif::GifEncoder::set_repeat, but there doesn't seem to be a similar method for decoding.
The text was updated successfully, but these errors were encountered:
There doesn't seem to be a way to get the amount of repeats when decoding a gif, not one that I can find at least.
You can encode an image with specific repeats with
image::codecs::gif::GifEncoder::set_repeat
, but there doesn't seem to be a similar method for decoding.The text was updated successfully, but these errors were encountered: