mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 13:19:05 +00:00
LibGfx: Add support for DDS images
This commit is contained in:
parent
9f42ccd639
commit
24c5b0e81c
Notes:
sideshowbarker
2024-07-18 17:52:48 +09:00
Author: https://github.com/stelar7
Commit: 24c5b0e81c
Pull-request: https://github.com/SerenityOS/serenity/pull/7162
Reviewed-by: https://github.com/IdanHo
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/drunderscore
Reviewed-by: https://github.com/linusg
18 changed files with 1375 additions and 11 deletions
|
@ -13,6 +13,7 @@
|
|||
#include <AK/String.h>
|
||||
#include <LibGfx/BMPLoader.h>
|
||||
#include <LibGfx/Bitmap.h>
|
||||
#include <LibGfx/DDSLoader.h>
|
||||
#include <LibGfx/GIFLoader.h>
|
||||
#include <LibGfx/ICOLoader.h>
|
||||
#include <LibGfx/JPGLoader.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue