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's ImageReader::decode() for decoding a still image without worrying about which format the image has. There doesn't seem to be an equivalent of that for decoding animations.
There is the AnimationDecoder trait, but there is no method that would return impl AnimationDecoder or that would just return an iterator over frames. Not that I could find anyway.
The text was updated successfully, but these errors were encountered:
There's
ImageReader::decode()
for decoding a still image without worrying about which format the image has. There doesn't seem to be an equivalent of that for decoding animations.There is the
AnimationDecoder
trait, but there is no method that would returnimpl AnimationDecoder
or that would just return an iterator over frames. Not that I could find anyway.The text was updated successfully, but these errors were encountered: