mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 11:47:34 +00:00
LibGfx/TIFF: Make TIFFLoadingContext::handle_tag
be a free function
And move it to another file. This code is going to be generated soon, so let's put it in another file.
This commit is contained in:
parent
34d91dec5b
commit
4ab2903e25
4 changed files with 171 additions and 153 deletions
|
@ -36,6 +36,7 @@ set(SOURCES
|
|||
ImageFormats/BMPWriter.cpp
|
||||
ImageFormats/BooleanDecoder.cpp
|
||||
ImageFormats/TIFFLoader.cpp
|
||||
ImageFormats/TIFFTagHandler.cpp
|
||||
ImageFormats/DDSLoader.cpp
|
||||
ImageFormats/GIFLoader.cpp
|
||||
ImageFormats/ICOLoader.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue