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

LibGfx/WebP: Move lossless decoder to its own file

Pure code move (except of removing `static` on the two public functions
in the new header), not behavior change.
This commit is contained in:
Nico Weber 2023-05-07 11:28:59 -04:00 committed by Andreas Kling
parent 4f1c9a4ba2
commit 65c7145e69
4 changed files with 1033 additions and 999 deletions

View file

@ -48,6 +48,7 @@ set(SOURCES
ImageFormats/QOIWriter.cpp
ImageFormats/TGALoader.cpp
ImageFormats/WebPLoader.cpp
ImageFormats/WebPLoaderLossless.cpp
Painter.cpp
Palette.cpp
Path.cpp