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:
parent
e32267c902
commit
9c9bd271c8
3 changed files with 93 additions and 0 deletions
|
@ -41,6 +41,7 @@ set(SOURCES
|
|||
PGMLoader.cpp
|
||||
PNGLoader.cpp
|
||||
PNGWriter.cpp
|
||||
PortableFormatWriter.cpp
|
||||
PPMLoader.cpp
|
||||
Painter.cpp
|
||||
Palette.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue