Android-WebP icon indicating copy to clipboard operation
Android-WebP copied to clipboard

this is a demo showing how to display WebP image on Android using framesequence & libgif & libwebp

Results 6 Android-WebP issues
Sort by recently updated
recently updated
newest added

While i try to pass the webp images as Input stream it throws null pointer exception ! Please do update on how to load webp images as Input Stream !...

i'm not able to change webp image view programmatically because setDefaultDrawable() method not working

Try this attached animated WebP file. [test.zip](https://github.com/McoyJiang/Android-WebP/files/2521983/test.zip) This is what I get: ![image](https://user-images.githubusercontent.com/5357526/47606530-474dfc00-da1d-11e8-952a-aeafb0a96f9e.png) While in fact it should look like this: ![image](https://user-images.githubusercontent.com/5357526/47606538-53d25480-da1d-11e8-8563-65aac479aacb.png)

Check this file, for example: [fast.zip](https://github.com/McoyJiang/Android-WebP/files/2433024/fast.zip) Check how it's supposed to be shown, vs how it's shown using this library: [2018-10-01_10-48-05.zip](https://github.com/McoyJiang/Android-WebP/files/2433052/2018-10-01_10-48-05.zip)

Can you please post links? This way, we could update to latest versions of them... Also, I wonder why "libgif" is used, as this is for WebP. Does it also...