summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/TGALoader.cpp
AgeCommit message (Expand)Author
2023-03-21LibGfx: Move all image loaders and writers to a subdirectoryLucas CHOLLET
2023-02-19LibGfx: Fix sign-compare compile error in TGALoaderLinus Groh
2023-01-27LibGfx: Add a method to ImageDecoderPlugin for reading ICC dataNico Weber
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-20LibGfx: Fix TGA decoder being out of boundary after calling frame methodLiav A
2023-01-20LibGfx: Re-structure the whole initialization pattern for image decodersLiav A
2023-01-15LibGfx: Prevent reading OOB in TGA header decodeJelle Raaijmakers
2023-01-15LibGfx: Add support for RLE compressed TGA imagesLiav A
2023-01-15LibGfx: Handle tga images with top-left and bottom-left orientationLiav A
2023-01-15LibGfx: Add TGA Loader :^)Tom Needham