aboutsummaryrefslogtreecommitdiff
path: root/image/png.h
AgeCommit message (Collapse)Author
2017-07-13IMAGE: add flag to skip signature check in png decoderyinsimei
2017-05-21BACKENDS: Compress screenshots using PNG if availableColin Snover
Closes gh-948.
2016-09-19IMAGE: Change PNGDecoder to never delete the input streamBastien Bouclet
The stream is owned by the caller. Fixes CID 1362842.
2014-02-28IMAGE: Move all ImageDecoders to image/Matthew Hoops