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-02-13 | Everywhere: Remove the `AK::` qualifier from Stream usages | Tim Schumacher |
2023-02-13 | LibCore: Remove `Stream.h` | Tim Schumacher |
2023-02-10 | LibGfx: Remove the optional Error member from QOI's decoder context | Timothy Flynn |
2023-01-29 | AK: Move `Stream` and `SeekableStream` from `LibCore` | Tim Schumacher |
2023-01-27 | LibGfx: Add a method to ImageDecoderPlugin for reading ICC data | Nico Weber |
2023-01-24 | LibGfx: Use `Core::Stream` to decode QOI images | Tim Schumacher |
2023-01-20 | LibGfx: Re-structure the whole initialization pattern for image decoders | Liav A |
2021-12-21 | LibGfx: Add support for "The Quite OK Image Format" (QOI) | Linus Groh |