coil-kt / coil

Image loading for Android and Compose Multiplatform.
https://coil-kt.github.io/coil/
Apache License 2.0
10.47k stars 640 forks source link

Support animated image on iOS #2347

Open master-lzh opened 4 days ago

master-lzh commented 4 days ago

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

colinrtwhite commented 3 days ago

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!