summaryrefslogtreecommitdiff
path: root/source/fitz/pixmap.c
AgeCommit message (Expand)Author
2018-10-25Add and use fz_convert_pixmap_samples helper function.Tor Andersson
2018-07-05Pass rect and matrix by value in geometry functions.Tor Andersson
2018-05-16Purge unused functions.Tor Andersson
2018-01-10Handle pixmaps without alpha in fz_tint_pixmap.Tor Andersson
2017-12-20Bug 698827: Correct reference counting when creating pixmap from pixmap.Sebastian Rasmussen
2017-10-25Fix multithreaded crash with tiled regions.Robin Watts
2017-09-20Fix optional alpha pixmap support in gamma correction function.Tor Andersson
2017-09-08Update draw device to cope with spots.Robin Watts
2017-08-09Render shadings to images in stext-device.Tor Andersson
2017-07-27Fix clearing of cmyk + spots pixmaps.Robin Watts
2017-07-20Fix fz_clear_pixmap to allow for spots (and CMYK).Robin Watts
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-07-17Don't convert cmyka images to rgbaMichael Vrhel
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
2017-04-27Include required system headers.Tor Andersson
2017-02-09bug 697515: Fix out of bounds read in fz_subsample_pixmapRobin Watts
2017-01-06Fix MSVC breakage.Robin Watts
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-14Always create colorless pixmaps with alpha.Sebastian Rasmussen
2016-10-18Avoid checking argument to fz_drop_*()/fz_free().Sebastian Rasmussen
2016-10-18Remove unused luminosity.Sebastian Rasmussen
2016-10-06Hide internals of fz_colorspaceRobin Watts
2016-09-27Fix typo in fz_valgrind_pixmapRobin Watts
2016-07-05Fix bug in optimized clearing of CMYK pixmaps.Sebastian Rasmussen
2016-06-17Set pixmap resolution when creating pixmaps for draw device.Tor Andersson
2016-06-16Drop save_alpha argument from image writing functions.Tor Andersson
2016-06-16Split image output functions into separate files.Tor Andersson
2016-06-08Move to using size_t for all mallocs.Robin Watts
2016-06-06Bug 696810: Avoid integer overflows.Robin Watts
2016-05-29Tweak plotter code slightly for speed.Robin Watts
2016-05-26Bug 696803: Fix pam output.Robin Watts
2016-05-26Ensure fz_invert_pixmap can cope with no alpha.Robin Watts
2016-05-24Sprinkle some consts and restricts in plotters.Robin Watts
2016-05-24Fix ARM code in light of plotter changes.Robin Watts
2016-05-24fz_pixmap revamp: add stride and make alpha optionalRobin Watts
2016-04-28Partial image decode.Robin Watts
2016-04-26Rename fz_write_int32be to fz_write_int32_be to be consistent with fz_read_in...Tor Andersson
2016-03-25Refactor pcl output to work in bands.Robin Watts
2016-03-25Speed CMYK pixmap clearing.Robin Watts
2016-03-21Tweak NULL output code.Robin Watts
2016-03-21Fix error handling in fz_save_pixmap_as_pam.Tor Andersson
2016-03-16Speed pam writing.Robin Watts
2016-03-15Mutool draw: Simplify output handling code.Robin Watts
2016-03-14Fix 696507: Clamp correct values in fz_invert_pixmap_rect.Tor Andersson
2016-03-11Fix various warnings.Robin Watts
2016-02-22Remove pointless casts from void*.Tor Andersson
2016-02-22Drop const from fz_image.Tor Andersson