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

LibGfx: Add a QOI image format encoder

Previously only a QOI image decoder was available on the system. This
commit adds an encoder as well.

For now it only handles images with 4 channels (RGBA).
This commit is contained in:
Olivier De Canniere 2022-04-07 14:16:46 +02:00 committed by Linus Groh
parent 2f8afcccfd
commit 44a5558525
3 changed files with 252 additions and 0 deletions

View file

@ -37,6 +37,7 @@ set(SOURCES
PPMLoader.cpp
Point.cpp
QOILoader.cpp
QOIWriter.cpp
Rect.cpp
ShareableBitmap.cpp
Size.cpp