summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/image.h
AgeCommit message (Expand)Author
2018-11-13Use fz_image.imagemask field when adding PDF image resources.Tor Andersson
2018-07-05Pass matrices by value: device and document interface.Tor Andersson
2018-04-27Support multipage pnm images.Sebastian Rasmussen
2017-10-12Make image loading use const data pointers.Tor Andersson
2017-08-16Allow access to an indexed colorspace's color entries.Sebastian Rasmussen
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
2017-05-09Fix key_storable operations leading to leaks of fz_image.Robin Watts
2017-04-27Typedef function pointers consistently.Tor Andersson
2017-03-23Introduce fz_new_derived_...Robin Watts
2017-03-20Remove fz_drop_image_base.Robin Watts
2017-03-20Add Memento_label to fz_new_imageRobin Watts
2017-03-20Update API header documentationRobin Watts
2017-01-09Make fz_parse_xml take a fz_buffer. Make xps_part contain a fz_buffer.Tor Andersson
2016-12-14jpx: Delay determining if colorspace is indexed.Sebastian Rasmussen
2016-11-14More API tweaks.Robin Watts
2016-10-10PDF Images: Add a flag for if we need to apply the decode arrayRobin Watts
2016-09-16Extend store to cope with references used in keys.Robin Watts
2016-07-06Add support for decoding pbm/pgm/ppm/pam images.Sebastian Rasmussen
2016-07-05Support J2K/JP2 files in CBZ.Sebastian Rasmussen
2016-06-27Fix GProof operation.Robin Watts
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-20Add images based on display lists.Tor Andersson
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-28Partial image decode.Robin Watts
2016-03-29bmp: Add support for embedded JPEG images.Sebastian Rasmussen
2016-03-23Add support for BMP images.Sebastian Rasmussen
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-07-29Add support for parsing GIF images.Sebastian Rasmussen
2015-06-29Further tweaks to fz_image handling.Robin Watts
2015-06-29Rejig the internals of fz_image slightly.Robin Watts
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-02-10Bug 695022: Add support for multuple image tiff files.Robin Watts
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
2013-08-28invert color transformed CMYK JPEG imagesSimon Bünzli
2013-06-20Rename fz_image_to_pixmap to fz_new_pixmap_from_image.Tor Andersson
2013-06-18Add explicit #include for header file interdependencies.Tor Andersson
2013-06-18Split fitz.h into subheaders.Tor Andersson