Age | Commit message (Expand) | Author |
---|---|---|
2023-03-21 | LibGfx: Move all image loaders and writers to a subdirectory | Lucas CHOLLET |
2023-02-19 | LibGfx: Fix sign-compare compile error in TGALoader | Linus Groh |
2023-01-27 | LibGfx: Add a method to ImageDecoderPlugin for reading ICC data | Nico Weber |
2023-01-26 | LibGfx: Remove `try_` prefix from bitmap creation functions | Tim Schumacher |
2023-01-20 | LibGfx: Fix TGA decoder being out of boundary after calling frame method | Liav A |
2023-01-20 | LibGfx: Re-structure the whole initialization pattern for image decoders | Liav A |
2023-01-15 | LibGfx: Prevent reading OOB in TGA header decode | Jelle Raaijmakers |
2023-01-15 | LibGfx: Add support for RLE compressed TGA images | Liav A |
2023-01-15 | LibGfx: Handle tga images with top-left and bottom-left orientation | Liav A |
2023-01-15 | LibGfx: Add TGA Loader :^) | Tom Needham |