mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 09:49:21 +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
|
@ -1,4 +1,5 @@
|
|||
[FileType]
|
||||
dds=/bin/ImageViewer
|
||||
pbm=/bin/ImageViewer
|
||||
pgm=/bin/ImageViewer
|
||||
png=/bin/ImageViewer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue