1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 20:47:45 +00:00

LibGfx/WebP: Move lossy decoder to its own file

Pure code move (except of removing `static` on the two public functions
in the new header), not behavior change.

There isn't a lot of lossy decoder yet, but it'll make implementing it
more convenient.

No behavior change.
This commit is contained in:
Nico Weber 2023-05-08 00:48:23 -04:00 committed by Andreas Kling
parent 83da7ad875
commit bc207fd0a0
4 changed files with 120 additions and 81 deletions

View file

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