1
Fork 0
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:
Hüseyin ASLITÜRK 2020-06-22 15:19:57 +03:00 committed by Andreas Kling
parent 57ef3b27ec
commit dc5b73c43a
6 changed files with 538 additions and 0 deletions

View file

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