1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 18:37:34 +00:00

LibGfx: Add PPM image file type support

This commit is contained in:
Hüseyin ASLITÜRK 2020-06-22 11:58:04 +03:00 committed by Andreas Kling
parent 97aca8f251
commit 326032b138
6 changed files with 553 additions and 1 deletions

View file

@ -16,6 +16,7 @@ set(SOURCES
Path.cpp
PBMLoader.cpp
PNGLoader.cpp
PPMLoader.cpp
Point.cpp
Rect.cpp
ShareableBitmap.cpp