mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-06 08:10:02 +00:00
LibGfx: Add PBM image file type support
This commit is contained in:
parent
41d5531624
commit
9ab82c0ee5
Notes:
sideshowbarker
2024-07-19 05:29:02 +09:00
Author: https://github.com/asliturk
Commit: 9ab82c0ee5
Pull-request: https://github.com/SerenityOS/serenity/pull/2606
6 changed files with 507 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
#include <LibGfx/Bitmap.h>
|
||||
#include <LibGfx/BMPLoader.h>
|
||||
#include <LibGfx/GIFLoader.h>
|
||||
#include <LibGfx/PBMLoader.h>
|
||||
#include <LibGfx/PNGLoader.h>
|
||||
#include <LibGfx/ShareableBitmap.h>
|
||||
#include <fcntl.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue