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

LibGfx: Add TGA Loader :^)

This patch adds a basic TGA Loader. Currently it can only handle
uncompressed files with a bit depth of 24 or 32 bits per pixel.
This commit is contained in:
Tom Needham 2022-08-17 19:58:42 +01:00 committed by Jelle Raaijmakers
parent 70da5f977b
commit 21db070887
3 changed files with 298 additions and 0 deletions

View file

@ -50,6 +50,7 @@ set(SOURCES
SystemTheme.cpp
TextDirection.cpp
TextLayout.cpp
TGALoader.cpp
Triangle.cpp
WindowTheme.cpp
)