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

Support animated image on iOS #2347

Open
master-lzh opened this issue Jul 1, 2024 · 3 comments
Open

Support animated image on iOS #2347

master-lzh opened this issue Jul 1, 2024 · 3 comments
Labels
enhancement New feature or request help wanted Issues that are up for grabs + are good candidates for community PRs

Comments

@master-lzh
Copy link

Is your feature request related to a problem? Please describe.
Any plans to support animated images such as gif/animated webp on multiplatform?

Describe the solution you'd like
Right now only Android platforms can play animated images, on iOS it will only show the first frame of the image

Additional context

@master-lzh master-lzh added the enhancement New feature or request label Jul 1, 2024
@colinrtwhite
Copy link
Member

I think this is something we could support (no timeline) as I believe Skiko/Skia already support decoding GIF frames. We'd just need someone to write a custom Decoder that uses Skiko to implement support. Open to a PR if someone wants to contribute this!

@colinrtwhite colinrtwhite added the help wanted Issues that are up for grabs + are good candidates for community PRs label Jul 1, 2024
@LaatonWalaBhoot
Copy link

@colinrtwhite Perhaps this could help?
https://github.com/panpf/sketch/blob/main/docs/wiki/animated_image.md
I am quite a noob so just suggesting if this could be used as a reference?

@valeriyo
Copy link

Upvoting 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Issues that are up for grabs + are good candidates for community PRs
Projects
None yet
Development

No branches or pull requests

4 participants