summaryrefslogtreecommitdiff
path: root/Libraries/LibGfx/PPMLoader.cpp
AgeCommit message (Expand)Author
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling
2021-01-03LibGUI: Use String::formatted() and String::number() moreAndreas Kling
2020-12-22LibGfx: Commonize functions in P*MLoader class implementationsLenny Maiorani
2020-12-21LibGfx: Extraction of Streamer from P*MLoaderLenny Maiorani
2020-12-21Everywhere: Switch from (void) to [[maybe_unused]] (#4473)Lenny Maiorani
2020-12-20LibGfx: Teach all image decoders to fail on bitmap allocation failureAndreas Kling
2020-11-19LibGfx: Put PPM logs behind (default-off) PPM_DEBUGNico Weber
2020-11-13LibGfx: Fail PPM decode if there's not enough pixel data in the inputAndreas Kling
2020-08-25AK: Add Endian.h header to replace NetworkOrdered.h.asynts
2020-06-22LibGfx: Add PPM image file type supportHüseyin ASLITÜRK