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:
parent
83da7ad875
commit
bc207fd0a0
4 changed files with 120 additions and 81 deletions
|
@ -49,6 +49,7 @@ set(SOURCES
|
|||
ImageFormats/TGALoader.cpp
|
||||
ImageFormats/WebPLoader.cpp
|
||||
ImageFormats/WebPLoaderLossless.cpp
|
||||
ImageFormats/WebPLoaderLossy.cpp
|
||||
Painter.cpp
|
||||
Palette.cpp
|
||||
Path.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue