summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/PortableImageMapLoader.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-07-12Everywhere: Split Error::from_string_literal and Error::from_string_viewsin-ack
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-13LibGfx: Use common class template for PBM/PGM/PPM image loadersLenny Maiorani
2022-03-13LibGfx: Commonize P[BGP]M file loading contextsLenny Maiorani