summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/pixmap.h
AgeCommit message (Expand)Author
2018-07-05Pass matrices by value: device and document interface.Tor Andersson
2018-07-05Pass rect and matrix by value in geometry functions.Tor Andersson
2018-06-22Don't pollute namespace with our 'restrict' macro. Use FZ_RESTRICT instead.Tor Andersson
2018-05-16Purge unused functions.Tor Andersson
2017-10-25Fix multithreaded crash with tiled regions.Robin Watts
2017-10-24Only do proof conversion in final pop.Michael Vrhel
2017-10-24Fix overprint with shadings.Robin Watts
2017-09-20Remove comment markers about interfaces not throwing exceptions.Sebastian Rasmussen
2017-09-08Update fz_separations equivalent color mechanism.Robin Watts
2017-09-08Update draw device to cope with spots.Robin Watts
2017-08-09Render shadings to images in stext-device.Tor Andersson
2017-07-19Add spots to fz_pixmaps.Robin Watts
2017-07-17Fix fz_copy_pixmap_rect to work properly in all cases.Robin Watts
2017-07-17Rid the world of fz_ensure_pixmap_is_additive.Robin Watts
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
2017-01-17Fix typos.Sebastian Rasmussen
2017-01-17Fix 697476: Rename header files.Tor Andersson
2016-12-27Common code to ensure we only premultiply pixmaps with additive colors.Tor Andersson
2016-12-14Let pixmap colorspace conversion create new pixmap.Sebastian Rasmussen
2016-12-14Create a pixmap color converter.Sebastian Rasmussen
2016-11-14More API tweaks.Robin Watts
2016-10-18Remove unused luminosity.Sebastian Rasmussen
2016-06-17Set pixmap resolution when creating pixmaps for draw device.Tor Andersson
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2016-06-08Move to using size_t for all mallocs.Robin Watts
2016-05-24Sprinkle some consts and restricts in plotters.Robin Watts
2016-05-24fz_pixmap revamp: add stride and make alpha optionalRobin Watts
2016-01-13Add lots of consts.Robin Watts
2016-01-05Add pixmap struct accessors.Tor Andersson
2015-08-24Fix typo.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-08-20Add full-page color tinting option and key binding to X11 viewer.Tor Andersson
2013-08-30Use RLE coding scheme for glyph bitmaps.Robin Watts
2013-06-18Add explicit #include for header file interdependencies.Tor Andersson
2013-06-18Split fitz.h into subheaders.Tor Andersson