mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:27:35 +00:00
LibGfx: Add PGM image file type support
This commit is contained in:
parent
57ef3b27ec
commit
dc5b73c43a
6 changed files with 538 additions and 0 deletions
|
@ -16,6 +16,7 @@ set(SOURCES
|
|||
Palette.cpp
|
||||
Path.cpp
|
||||
PBMLoader.cpp
|
||||
PGMLoader.cpp
|
||||
PNGLoader.cpp
|
||||
PPMLoader.cpp
|
||||
Point.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue