perlpradeep
perlpradeep

Reputation: 11

Minimum Android OS versions for WebP images support

Have to provide the WebP images through API based on Android Os version. So Can you please provide the list of Low end Android OS versions supporting WebP images.

Upvotes: -1

Views: 1810

Answers (2)

justmaxcz
justmaxcz

Reputation: 1

Android 4.0 (API level 14) and higher: Supports lossy WebP images.

Android 4.3 (API level 18) and higher: Supports both lossy and lossless WebP images, including those with transparency

Upvotes: 0

CommonsWare
CommonsWare

Reputation: 1007464

According to the documentation, WebP was supported starting in Android 4.0. However:

  • Transparency support was only added in Android 4.2.1
  • Lossless compression support is new to Android 10

Upvotes: 1

Related Questions