index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
image
/
png.cpp
Age
Commit message (
Expand
)
Author
2020-01-06
IMAGE: Fix potential memory leaks
Eugene Sandulenko
2020-01-02
OPENGL: Ensure surfaces created by saveScreenshot are the right way up
Cameron Cawley
2019-11-10
IMAGE: Remove unnecessary check from Image::writePNG()
Cameron Cawley
2019-08-01
IMAGE: Add a paletted transparency mode flag to PNGDecoder
Paul Gilbert
2019-04-28
IMAGE: Don't perform color conversion when decoding PNGs
Bastien Bouclet
2019-03-02
IMAGE: Fix taking screenshots on big endian systems
Cameron Cawley
2017-09-21
IMAGE: Remove unused end info structs from PNG code
Colin Snover
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
2016-09-19
IMAGE: Change PNGDecoder to never delete the input stream
Bastien Bouclet
2014-02-28
IMAGE: Move all ImageDecoders to image/
Matthew Hoops