Search code examples
androidandroid-glidefile-format

Glide: supported file types


That's it: what exact file formats are supported by the library? The docs don't specify this, being vague on the matter:

Glide supports fetching, decoding, and displaying video stills, images, and animated GIFs

In particular of interest what video formats does it support if any (what is a video still?).


Solution

  • I'm not sure, but if looks at Glide's ImageHeaderParser.java you actually can see that Glide support: GIF, JPEG, RAW, PNG, WEBP.