1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 05:07:35 +00:00

LibGfx/PortableFormat: Add PortableFormatWriter

Currently, the encoder only output ppm files, but it can easily be
extended to support both PBM and PGM.
This commit is contained in:
Lucas CHOLLET 2023-03-12 22:18:16 -04:00 committed by Linus Groh
parent e32267c902
commit 9c9bd271c8
3 changed files with 93 additions and 0 deletions

View file

@ -41,6 +41,7 @@ set(SOURCES
PGMLoader.cpp
PNGLoader.cpp
PNGWriter.cpp
PortableFormatWriter.cpp
PPMLoader.cpp
Painter.cpp
Palette.cpp