mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:37:34 +00:00
LibGfx: Add PBM image file type support
This commit is contained in:
parent
41d5531624
commit
9ab82c0ee5
6 changed files with 507 additions and 0 deletions
|
@ -13,6 +13,7 @@ set(SOURCES
|
|||
Painter.cpp
|
||||
Palette.cpp
|
||||
Path.cpp
|
||||
PBMLoader.cpp
|
||||
PNGLoader.cpp
|
||||
Point.cpp
|
||||
Rect.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue