Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-21 | IMAGE: Remove unused end info structs from PNG code | Colin Snover | |
Thanks to @dafioram for noticing the problem & sending an initial patch, and to @wjp for noticing further that the PNG reader did not even use the end info struct it created either. Fixes Trac#10217. Closes gh-1028. | |||
2017-08-03 | IMAGE: Correct 4-byte image writting pixel format | Simei Yin | |
2017-07-13 | Image: extend writePng for 4-byte pixelFormat | yinsimei | |
2017-07-13 | IMAGE: add flag to skip signature check in png decoder | yinsimei | |
2017-05-21 | BACKENDS: Compress screenshots using PNG if available | Colin Snover | |
Closes gh-948. | |||
2016-09-19 | IMAGE: Change PNGDecoder to never delete the input stream | Bastien Bouclet | |
The stream is owned by the caller. Fixes CID 1362842. | |||
2014-02-28 | IMAGE: Move all ImageDecoders to image/ | Matthew Hoops | |