summaryrefslogtreecommitdiff
path: root/source/fitz/load-png.c
AgeCommit message (Expand)Author
2017-09-07Initialize variables to appease clang scan-build.Sebastian Rasmussen
2017-08-17Only load the alpha channel in PNG images when it is present.Tor Andersson
2017-07-19Add spots to fz_pixmaps.Robin Watts
2017-06-11When loading indexed PNG images, get the colorspace right.Robin Watts
2017-04-27Include required system headers.Tor Andersson
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2016-05-24fz_pixmap revamp: add stride and make alpha optionalRobin Watts
2016-04-27Fix 696649: remove fz_rethrow_message calls.Tor Andersson
2016-01-08Fix conditional jump or move depends on uninitialised value.Tor Andersson
2015-08-20Do not decode png image when getting image metadata.Sebastian Rasmussen
2015-02-18Fix 695831: integer overflow in PNG and TIFF loaders.Tor Andersson
2015-02-17Add ctx parameter and remove embedded contexts for API regularity.Tor Andersson
2014-05-07Correctly round PNG image resolutionSimon Bünzli
2014-01-06Bug 694869: Fix indetermisms with broken PNG files.Robin Watts
2013-06-20Rearrange source files.Tor Andersson