Thursday, October 1, 2015

Issue with Webp on Android

Standard
Hello,
In my previous post I shared a utility for converting .png, .jpeg and .tiff files to webp. However webp has problem in rendering on Android Devices below API 4.2.1



As per Android documentation, alpha compression (transparency) for Webp is supported only after API 4.2.1



This issue is also logged for the webp project and can be found here.

One way to fix the issue is to use -noalpha switch while compression.

Hope this helps. Happy coding.  
Thanks for printing this post. Hope you liked it.
Keep visiting and sharing.
Thanks,
Ashwani.

0 comments :

Post a Comment