1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 14:57: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:
Lucas CHOLLET 2023-11-12 18:34:37 -05:00 committed by Sam Atkins
parent 34d91dec5b
commit 4ab2903e25
4 changed files with 171 additions and 153 deletions

View file

@ -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