summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/GIFLoader.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-01-27LibGfx: Add a method to ImageDecoderPlugin for reading ICC dataNico Weber
2023-01-20LibGfx: Re-structure the whole initialization pattern for image decodersLiav A
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-11-21LibGfx: Make ImageDecoderPlugin::frame() return ErrorOr<>Andreas Kling
2021-11-18LibGfx: Remove ImageDecoderPlugin::bitmap() in favor of frame(index)Andreas Kling
2021-11-11LibGfx: Remove now-unused load_gif_from_memory()Andreas Kling
2021-11-11LibGfx: Remove load_FORMAT() image codec wrappersAndreas Kling
2021-09-09LibGfx: Move common loader functionality to load from memory functionsTimothy
2021-07-25LibGfx: Make Gfx::Bitmap::set_nonvolatile() report allocation failureAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-17LibGfx: Switch a bunch of API's from taking StringView to StringAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling