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:
parent
70da5f977b
commit
21db070887
3 changed files with 298 additions and 0 deletions
|
@ -50,6 +50,7 @@ set(SOURCES
|
|||
SystemTheme.cpp
|
||||
TextDirection.cpp
|
||||
TextLayout.cpp
|
||||
TGALoader.cpp
|
||||
Triangle.cpp
|
||||
WindowTheme.cpp
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue