boycy815 / PinchImageView

体验极佳的Android图片手势控件。An Android image gesture control with excellent user experience.
MIT License
1.96k stars 495 forks source link

如何支持gif图片? #54

Closed Dullyoung closed 2 months ago

boycy815 commented 2 months ago

使用图片加载器支持gif就可以。例如Glide。 原理上说,PinchImageView驱动的是Drawable,只要Drawable里面能支持gif播放就可以。