aboutsummaryrefslogtreecommitdiff
path: root/image/png.cpp
AgeCommit message (Expand)Author
2020-01-06IMAGE: Fix potential memory leaksEugene Sandulenko
2020-01-02OPENGL: Ensure surfaces created by saveScreenshot are the right way upCameron Cawley
2019-11-10IMAGE: Remove unnecessary check from Image::writePNG()Cameron Cawley
2019-08-01IMAGE: Add a paletted transparency mode flag to PNGDecoderPaul Gilbert
2019-04-28IMAGE: Don't perform color conversion when decoding PNGsBastien Bouclet
2019-03-02IMAGE: Fix taking screenshots on big endian systemsCameron Cawley
2017-09-21IMAGE: Remove unused end info structs from PNG codeColin Snover
2017-08-03IMAGE: Correct 4-byte image writting pixel formatSimei Yin
2017-07-13Image: extend writePng for 4-byte pixelFormatyinsimei
2017-07-13IMAGE: add flag to skip signature check in png decoderyinsimei
2017-05-21BACKENDS: Compress screenshots using PNG if availableColin Snover
2016-09-19IMAGE: Change PNGDecoder to never delete the input streamBastien Bouclet
2014-02-28IMAGE: Move all ImageDecoders to image/Matthew Hoops