Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?).

like image 564
ZzZombo Avatar asked Sep 19 '25 15:09

ZzZombo


1 Answers

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

like image 124
Artem Viter Avatar answered Sep 21 '25 05:09

Artem Viter