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