mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:27:35 +00:00
LibGfx: Register WebP as a supported image format
Basically, it means that we now render a thumbnail for WebP images.
This commit is contained in:
parent
8ef5170bd5
commit
e56809dda8
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@
|
|||
__ENUMERATE_IMAGE_FORMAT(dds, ".dds") \
|
||||
__ENUMERATE_IMAGE_FORMAT(qoi, ".qoi") \
|
||||
__ENUMERATE_IMAGE_FORMAT(tga, ".tga") \
|
||||
__ENUMERATE_IMAGE_FORMAT(tvg, ".tvg")
|
||||
__ENUMERATE_IMAGE_FORMAT(tvg, ".tvg") \
|
||||
__ENUMERATE_IMAGE_FORMAT(tvg, ".webp")
|
||||
|
||||
namespace Gfx {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue