summaryrefslogtreecommitdiff
path: root/source/fitz/load-png.c
AgeCommit message (Expand)Author
2018-10-25Guard loading embedded ICC profiles in images with FZ_ENABLE_ICC.Tor Andersson
2018-09-05Use colorspace type enum instead of magic profile names.Tor Andersson
2018-06-02Add a fz_strnlen function (strnlen is not standard C).Tor Andersson
2018-04-03Don't implicitly drop in fz_open_* chained filters.Tor Andersson
2018-02-06Include limits.h where INT_MAX/INT_MIN/PATH_MAX/UINT_MAX are used.Sebastian Rasmussen
2018-02-01Drop JPEG/J2K/JPEG-XR/PNG/TIFF colorspaces even upon exception.Sebastian Rasmussen
2018-01-24Fix 698872: Do not trust ICC profile unconditionally in PNG files.Tor Andersson
2018-01-15Fix 698865: Warn when failing to load embedded ICC profile in PNG images.Tor Andersson
2017-11-22Use custom allocator everywhere zlib is used.Sebastian Rasmussen
2017-10-25Fix colorspace reference counting in fz_load_*_info.Tor Andersson
2017-10-25Clean up ICC loading in PNG loader.Tor Andersson
2017-10-25Use embedded ICC profile when rendering PNG imagesMichael Vrhel
2017-10-12Make image loading use const data pointers.Tor Andersson
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