Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No way to decode an animated image without explicitly dispatching to a specific format decoder #2360

Open
Shnatsel opened this issue Oct 22, 2024 · 0 comments
Labels
kind: API missing or awkward public APIs

Comments

@Shnatsel
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: API missing or awkward public APIs
Projects
None yet
Development

No branches or pull requests

1 participant