Kishor Jena

Results 29 comments of Kishor Jena
trafficstars

static images have no issues but animated webp and gif causing performance issue

> > This commit adds support for the alpha channel and fixes issues > > Hi, I'm using these changes that you made but still receive the error "**Not supported...

> > > > This commit adds support for the alpha channel and fixes issues > > > > > > > > > Hi, I'm using these changes that...

OK i just noticed that I can share the info here as well. [README.md](https://github.com/b4rtaz/android-webp-encoder/files/14019808/README.md)

> It seems I can't download your lib at all, everytime I sync the project it shown that it downloads the lib again. Vào Th 5, 25 thg 1, 2024...

> In case someone still need it: > > 1. Add one more if branch at WebpContainerReader: > > ``` > if (isFourCc(fcc, 'I', 'C', 'C', 'P')) > return readIccp();...

Ok using smae code of ICCP for ALPH solved the isseu. Thanks to [LionisIAm](https://github.com/LionisIAm). PS: but transparent files throws error

> Ok using same code of ICCP for ALPH solved the isseu. Thanks to [LionisIAm](https://github.com/LionisIAm). > > PS: but transparent files throws error It handles the error but It won't...

I found a guide on medium But I could not use it as I just resumed learning android after 3 years [Part 1](https://medium.com/bobble-engineering/dynamic-whatsapp-stickers-part-1-android-2ac00dc57111) [Part 2](https://medium.com/bobble-engineering/how-to-create-dynamic-whatsapp-stickers-part-2-android-b0e3d433984b) I hope this will help...