mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:47:45 +00:00
LibGfx: Add support for "The Quite OK Image Format" (QOI)
The spec had its first stable release today, so I figured we should support it as well! As usual, by using the regular LibGfx image decoder plugin architecture, we immediately get support for it everywhere: ImageViewer, FileManager thumbnails, PixelPaint, and (with a small change in the subsequent commit) even the Browser :^)
This commit is contained in:
parent
102e0af867
commit
0356ee95bc
5 changed files with 353 additions and 1 deletions
|
@ -28,6 +28,7 @@ set(SOURCES
|
|||
PNGWriter.cpp
|
||||
PPMLoader.cpp
|
||||
Point.cpp
|
||||
QOILoader.cpp
|
||||
Rect.cpp
|
||||
ShareableBitmap.cpp
|
||||
Size.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue