summaryrefslogtreecommitdiff
path: root/source/fitz/image.c
AgeCommit message (Expand)Author
2017-07-19Add spots to fz_pixmaps.Robin Watts
2017-07-04Remove is_static from fz_new{,_icc}_colorspace.Robin Watts
2017-06-08Avoid using fz_var() when not necessary.Sebastian Rasmussen
2017-05-31Avoid double literals causing casts to float.Sebastian Rasmussen
2017-05-09Fix key_storable operations leading to leaks of fz_image.Robin Watts
2017-04-27Typedef function pointers consistently.Tor Andersson
2017-04-27Clean up store debug printing.Tor Andersson
2017-04-27Include required system headers.Tor Andersson
2017-03-31Fix leaks of reaped object keys.Robin Watts
2017-03-25Add fz_storable_needs_reaping.Robin Watts
2017-03-24Fix needs_reap entry in key storable.Robin Watts
2017-03-24Ensure fz_store_types are all static const.Robin Watts
2017-03-23Introduce fz_new_derived_...Robin Watts
2017-03-22Rename fz_putc/puts/printf to fz_write_*.Tor Andersson
2017-03-20Remove fz_drop_image_base.Robin 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-27Strip extraneous blank lines.Tor Andersson
2016-12-14Have callers of fz_new_image_from_pixmap() drop supplied mask.Sebastian Rasmussen
2016-12-14jpx: Delay determining if colorspace is indexed.Sebastian Rasmussen
2016-11-14Make fz_buffer structure private to fitz.Robin Watts
2016-11-02Do not drop compressed buffer twice in case of error.Sebastian Rasmussen
2016-11-01Don't dereference NULL subarea when rasterizing display list images.Tor Andersson
2016-10-18All external drop functions handles NULL.Sebastian Rasmussen
2016-10-18Avoid checking argument to fz_drop_*()/fz_free().Sebastian Rasmussen
2016-10-10PDF Images: Add a flag for if we need to apply the decode arrayRobin Watts
2016-10-06Hide internals of fz_colorspaceRobin Watts
2016-09-19fz_store: Reap passes.Robin Watts
2016-09-16Extend store to cope with references used in keys.Robin Watts
2016-07-12Fix typo in fz_new_image_from_pixmap.Tor Andersson
2016-07-08Separate close and drop functionality for devices and writers.Tor Andersson
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-23Support TIFF files in CBZ.Tor Andersson
2016-06-17Add device space transform state to draw device.Tor Andersson
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