summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/PNGWriter.h
AgeCommit message (Expand)Author
2022-07-10LibGfx: Use enum instead of magic numbers for PNG Color and Filter typesKarol Kosek
2022-03-17Libraries: Use default constructors/destructors in LibGfxLenny Maiorani
2021-07-14LibGfx: Store the size of the chunk from start in PNGWriterAziz Berkay Yesilyurt
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-19LibGfx: Improve PNG encoder API somewhatAndreas Kling
2021-01-22LibGfx: adding a very simple PNG writerPierre