summaryrefslogtreecommitdiff
path: root/source/fitz/load-tiff.c
AgeCommit message (Expand)Author
2016-09-26tiff: Support flate compression under differnent name.Sebastian Rasmussen
2016-09-26tiff: Support images with 2 and 16 bits per palette color.Sebastian Rasmussen
2016-09-26tiff: Support images using Lab colorspace.Sebastian Rasmussen
2016-09-18tiff: Do not assume that images always have alpha component.Sebastian Rasmussen
2016-07-06Add optional support for JPEG-XR.Sebastian Rasmussen
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2016-06-15tiff: Add omitted static void return type.Sebastian Rasmussen
2016-06-14Add TIFF SGI LUV decoding.Robin Watts
2016-06-14Update TIFF LZW decode.Robin Watts
2016-05-24fz_pixmap revamp: add stride and make alpha optionalRobin Watts
2016-04-27Remove useless try/catch/rethrows.Tor Andersson
2016-04-27Fix 696649: remove fz_rethrow_message calls.Tor Andersson
2015-07-29Support reading LZW codes in reverse order from each byte.Sebastian Rasmussen
2015-07-29Support LZW codes shorter than 9 bits.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
2015-02-17Rename fz_close_* and fz_free_* to fz_drop_*.Tor Andersson
2014-12-03Add ZIP file and directory reading module.Tor Andersson
2014-09-22Ensure that TIFFs with resolution set to zero get sane values.Robin Watts
2014-07-18allow 1-bit colormaps for TIFF imagesSimon Bünzli
2014-02-10Bug 695022: Add support for multuple image tiff files.Robin Watts
2013-09-27don't color transform RGB JPEG-in-TIFF imagesSimon Bünzli
2013-09-13Fix various compile warnings spotted by the cluster.Robin Watts
2013-09-10support jpegtables for TIFF imagesSimon Bünzli
2013-08-28support deprecated JPEG-in-TIFF compressionSimon Bünzli
2013-06-20Rearrange source files.Tor Andersson