koral--/android-gif-drawable

GIFs with transparent background flicker

Closed this issue · 3 comments

I'm using this library to show GIFs from giphy. It works good with normal GIFs but if you use GIFs with transparent background, like giphy stickers, they have flickering

untitled

What is the size of that file in pixels?

It is 500 x 600, but I dont think it's a matter of size cause the issue happens whatever gif you download from Giphy that has transaprent background.
source

Sorry for the delay.
It seems to be the same issue as: https://github.com/koral--/android-gif-drawable/issues/744#issuecomment-703180529

Workaround is to not use drawable but eg. GifTextureView or GifTexImage2D.