summaryrefslogtreecommitdiff
path: root/source/fitz/image.c
AgeCommit message (Expand)Author
2015-02-17Add helper functions to keep/drop reference counts with locking.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
2015-02-10Attempting to render a JPEG with xres and yres set to 1 fails.Robin Watts
2014-07-18fix off-by-one error in fz_unblend_masked_tileSimon Bünzli
2014-05-27Fix 693517: Support /SMask/Matte preblended images.Tor Andersson
2014-05-12better buffer underflow protection for ba15a8cd3238a3a3c098ad8b7d96cb0e405fc26fSimon Bünzli
2014-05-07Bug 695112: only patch height values in JPEG streamsSimon Bünzli
2014-05-07Fix 695112: patch JPEG streams with missing dimensionsTor Andersson
2014-03-18Fix operator buffering of inline images.Robin Watts
2014-03-17Ensure that small images don't subdivide more than they should.Robin Watts
2014-01-17Avoid overflows in floating point causing illegal accessesRobin Watts
2014-01-16fix memory leaks in pdf_load_jpx and fz_new_image_from_pixmapSimon Bünzli
2014-01-06add stub files for JPEG-XR supportSimon Bünzli
2014-01-02Cull code unused as a result of the "tolerate inline images..." fix.Robin Watts
2014-01-01tolerate inline images without EOF markersSimon Bünzli
2013-09-27stop checking if the result of fz_read is negativeSimon Bünzli
2013-08-28add FZ_IMAGE_JXR placeholder for downstream implementorsSimon Bünzli
2013-08-28invert color transformed CMYK JPEG imagesSimon Bünzli
2013-07-19Initial work on progressive loadingRobin Watts
2013-06-20Rename fz_image_to_pixmap to fz_new_pixmap_from_image.Tor Andersson
2013-06-20Rearrange source files.Tor Andersson