summaryrefslogtreecommitdiff
path: root/source/fitz/draw-unpack.c
AgeCommit message (Expand)Author
2017-09-20tiff: Support images with 24/32 bits per component.Sebastian Rasmussen
2017-04-27Include required system headers.Tor Andersson
2016-10-12Bug 697151: Pacify valgrind when reading padding while unpacking tilesSebastian Rasmussen
2016-10-10PDF Images: Add a flag for if we need to apply the decode arrayRobin Watts
2016-09-16fz_unpack_tile now skips extra input components.Sebastian Rasmussen
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2016-05-26Avoid unnecessary alphas when decompressing images from streams.Robin Watts
2016-05-24Fix fz_decode_tile in the absence of alpha.Robin Watts
2016-05-24fz_pixmap revamp: add stride and make alpha optionalRobin Watts
2016-01-13Add lots of consts.Robin Watts
2015-02-17Add ctx parameter and remove embedded contexts for API regularity.Tor Andersson
2013-06-20Rearrange source files.Tor Andersson