1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 13:07:46 +00:00

LibGfx: Add a TIFF loader

This commit is contained in:
Lucas CHOLLET 2023-10-28 18:05:26 -04:00 committed by Andrew Kaster
parent dc5bb5a4cc
commit 75caccafa4
6 changed files with 590 additions and 0 deletions

View file

@ -458,6 +458,10 @@
# cmakedefine01 TEXTEDITOR_DEBUG
#endif
#ifndef TIFF_DEBUG
# cmakedefine01 TIFF_DEBUG
#endif
#ifndef TIME_ZONE_DEBUG
# cmakedefine01 TIME_ZONE_DEBUG
#endif