在 Android Studio 2.3 中独家使用 WebP 而不是 PNG

Exclusive use of WebP instead of PNG in Android Studio 2.3

Android Studio 2.3 发布,现在也支持WebP 格式。我的问题是,我可以完全转储图像的 PNG 格式并改用 WebP 格式吗?是否可以在应用程序中完全只使用 WebP 图像而不是 PNG?

根据google

Because support for lossless and transparent WebP images is only available in Android 4.3 and higher, your project must declare a minSdkVersion of 18 or higher to create lossless or transparent WebP images using Android Studio.

您可以在 here

找到有关 webp 及其用法的更多信息