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
I'm trying to load an animated webp from Giphy into a PINAnimatedImageView. It would download fine, but then fail to decode the image. I found myself having to add the following PIN_WEBP bit to PINAlternateRepresentationProvider:
The text was updated successfully, but these errors were encountered:
chadpod
changed the title
Failure loading animted webp in PINAnimatedImageView
Failure loading Giphy animted webp via url in PINAnimatedImageView
Jun 5, 2019
I'm trying to load an animated webp from Giphy into a PINAnimatedImageView. It would download fine, but then fail to decode the image. I found myself having to add the following PIN_WEBP bit to PINAlternateRepresentationProvider:
to get it working. Can you point me in the right direction as to what I might be doing wrong or is this above change needed?
Here is how I am fetching the image:
Here is one of the animated webp urls:
The text was updated successfully, but these errors were encountered: