summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/QOILoader.h
AgeCommit message (Expand)Author
2023-03-21LibGfx: Move all image loaders and writers to a subdirectoryLucas CHOLLET
2023-02-26LibGfx: Return bool not ErrorOr<bool> from ImageDecoderPlugin::sniff()MacDue
2023-02-13Everywhere: Remove the `AK::` qualifier from Stream usagesTim Schumacher
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-10LibGfx: Remove the optional Error member from QOI's decoder contextTimothy Flynn
2023-01-29AK: Move `Stream` and `SeekableStream` from `LibCore`Tim Schumacher
2023-01-27LibGfx: Add a method to ImageDecoderPlugin for reading ICC dataNico Weber
2023-01-24LibGfx: Use `Core::Stream` to decode QOI imagesTim Schumacher
2023-01-20LibGfx: Re-structure the whole initialization pattern for image decodersLiav A
2021-12-21LibGfx: Add support for "The Quite OK Image Format" (QOI)Linus Groh