Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-01 | IMAGE: Add a paletted transparency mode flag to PNGDecoder | Paul Gilbert | |
Previously, the PNGDecoder would always convert images that have a palette with a transparent color(s) to a full RGBA surface automatically. There needed to be a way to diable this and keep the image paletted for the Glk engine, since some Infocom V6 game Blorb files reuse the palettes from previous images, so I couldn't have the decoder using the dummy palette that comes with the image | |||
2019-04-28 | IMAGE: Don't perform color conversion when decoding PNGs | Bastien Bouclet | |
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 | |