index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGfx
/
QOILoader.cpp
Age
Commit message (
Expand
)
Author
2023-03-21
LibGfx: Move all image loaders and writers to a subdirectory
Lucas CHOLLET
2023-03-13
AK: Rename Stream::read_entire_buffer to Stream::read_until_filled
Tim Schumacher
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-10
LibGfx: Remove the optional Error member from QOI's decoder context
Timothy Flynn
2023-02-08
AK: Remove the fallible constructor from `FixedMemoryStream`
Tim Schumacher
2023-01-29
AK: Move memory streams from `LibCore`
Tim Schumacher
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-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-24
LibGfx: Use `Core::Stream` to decode QOI images
Tim Schumacher
2023-01-24
LibGfx: Pass the first QOI chunk byte to the operation implementation
Tim Schumacher
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
2021-12-22
LibGfx: Keep alpha value of previous pixel for QOI_OP_RGB chunk
Linus Groh
2021-12-21
LibGfx: Remove 'QOIImageDecoderPlugin: ' prefix from error messages
Linus Groh
2021-12-21
LibGfx: Add support for "The Quite OK Image Format" (QOI)
Linus Groh