summaryrefslogtreecommitdiff
path: root/source/fitz/image.c
AgeCommit message (Expand)Author
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2016-06-14Fix typos in various parts of the code.Sebastian Rasmussen
2016-06-07Fix subarea image calculationsRobin Watts
2016-05-29Tweak plotter code slightly for speed.Robin Watts
2016-05-26Avoid unnecessary alphas when decompressing images from streams.Robin Watts
2016-05-24fz_pixmap revamp: add stride and make alpha optionalRobin Watts
2016-05-20Add images based on display lists.Tor Andersson
2016-05-20Fix typo.Robin Watts
2016-05-09Bug 696759: Fix pdf image subregion decode.Robin Watts
2016-04-28Fix JPX breakage caused during refactor.Robin Watts
2016-04-28Refactor fz_image code cases.Robin Watts
2016-04-28Tweak fz_image in preparation for things to come.Robin Watts
2016-04-28Introduce tuning context.Robin Watts
2016-04-28Partial image decode.Robin Watts
2016-03-23Add support for BMP images.Sebastian Rasmussen
2016-03-23Clamp too large image resolution values.Tor Andersson
2016-03-21Bug 696668: Update the downscaling logic.Robin Watts
2016-02-24Add fz_new_image_from_file.Tor Andersson
2016-02-22Drop const from fz_image.Tor Andersson
2016-01-13Add lots of consts.Robin Watts
2015-12-28Rename fz_image_get_pixmap to fz_get_pixmap_from_image.Tor Andersson
2015-12-18Rename fz_image_get_sanitised_res to fz_image_resolution.Tor Andersson
2015-12-11Use fz_output instead of FILE* for most of our output needs.Tor Andersson
2015-09-01Default to invert_cmyk_jpeg for all formats other than PDF.Tor Andersson
2015-07-29Add support for parsing GIF images.Sebastian Rasmussen
2015-07-20Enable fz_images to have NULL buffers, and still be decoded.Robin Watts
2015-06-29Further tweaks to fz_image handling.Robin Watts
2015-06-29Rejig the internals of fz_image slightly.Robin Watts
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