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:
parent
2f8afcccfd
commit
44a5558525
3 changed files with 252 additions and 0 deletions
|
@ -37,6 +37,7 @@ set(SOURCES
|
|||
PPMLoader.cpp
|
||||
Point.cpp
|
||||
QOILoader.cpp
|
||||
QOIWriter.cpp
|
||||
Rect.cpp
|
||||
ShareableBitmap.cpp
|
||||
Size.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue