user309860
user309860

Reputation: 41

Image format in android

Which is the image format used in Android apps?

Upvotes: 4

Views: 8729

Answers (2)

Sreejin TV
Sreejin TV

Reputation: 117

Android supports JPEG ,GIF, BMP, PNG, WebP image formats. More details here.

Upvotes: 0

Jim Blackler
Jim Blackler

Reputation: 23179

Android supports bitmap resource files in a few different formats: png (preferred), jpg (acceptable), gif (discouraged).

https://developer.android.com/guide/topics/resources/available-resources.html

Upvotes: 6

Related Questions