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:
parent
4f1c9a4ba2
commit
65c7145e69
4 changed files with 1033 additions and 999 deletions
|
@ -48,6 +48,7 @@ set(SOURCES
|
|||
ImageFormats/QOIWriter.cpp
|
||||
ImageFormats/TGALoader.cpp
|
||||
ImageFormats/WebPLoader.cpp
|
||||
ImageFormats/WebPLoaderLossless.cpp
|
||||
Painter.cpp
|
||||
Palette.cpp
|
||||
Path.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue