mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:17:35 +00:00
LibCore+LibGfx+LibGUI: Consider JPEG XL files as images
This includes registering the mime type and adding it to both the list of supported image format and the filter for images type in LibGUI.
This commit is contained in:
parent
e8a63eeb0e
commit
475f1b6083
3 changed files with 3 additions and 1 deletions
|
@ -26,6 +26,7 @@
|
|||
__ENUMERATE_IMAGE_FORMAT(ico, ".ico") \
|
||||
__ENUMERATE_IMAGE_FORMAT(jpeg, ".jpg") \
|
||||
__ENUMERATE_IMAGE_FORMAT(jpeg, ".jpeg") \
|
||||
__ENUMERATE_IMAGE_FORMAT(jxl, ".jxl") \
|
||||
__ENUMERATE_IMAGE_FORMAT(dds, ".dds") \
|
||||
__ENUMERATE_IMAGE_FORMAT(qoi, ".qoi") \
|
||||
__ENUMERATE_IMAGE_FORMAT(tga, ".tga") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue