Age | Commit message (Expand) | Author |
---|---|---|
2023-03-21 | LibGfx: Move all image loaders and writers to a subdirectory | Lucas CHOLLET |
2023-02-26 | LibGfx: Return bool not ErrorOr<bool> from ImageDecoderPlugin::sniff() | MacDue |
2023-01-27 | LibGfx: Add a method to ImageDecoderPlugin for reading ICC data | Nico Weber |
2023-01-20 | LibGfx: Re-structure the whole initialization pattern for image decoders | Liav A |
2022-07-12 | Everywhere: Split Error::from_string_literal and Error::from_string_view | sin-ack |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2022-03-13 | LibGfx: Use common class template for PBM/PGM/PPM image loaders | Lenny Maiorani |
2022-03-13 | LibGfx: Commonize P[BGP]M file loading contexts | Lenny Maiorani |