summaryrefslogtreecommitdiff
path: root/source/fitz/colorspace.c
AgeCommit message (Expand)Author
2017-07-19Add some consts to color conversions.Robin Watts
2017-07-19Extend fz_colorspaces to better cope with DeviceN.Robin Watts
2017-07-19Add knowledge of spots to color conversions.Robin Watts
2017-07-19Add spots to fz_pixmaps.Robin Watts
2017-07-19Keep fz_store_hash to declared size.Robin Watts
2017-07-17Fix fz_copy_pixmap_rect to work properly in all cases.Robin Watts
2017-07-17Set colorspace name field.Tor Andersson
2017-07-17Add colorspace handling to transparency groupsMichael Vrhel
2017-07-17Make sure CMYK ICC color spaces are subtractiveMichael Vrhel
2017-07-06fz_var() variables must be initialized before fz_try.Sebastian Rasmussen
2017-07-04Remove is_static from fz_new{,_icc}_colorspace.Robin Watts
2017-06-27Make the entire cached color converter defined in case of error.Sebastian Rasmussen
2017-06-22Use unsigned char arrays in hexdumped data.Tor Andersson
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
2017-05-31Avoid double literals causing casts to float.Sebastian Rasmussen
2017-04-27Include required system headers.Tor Andersson
2017-01-17Add value destructor callback to fz_hash_table.Tor Andersson
2016-12-27Strip extraneous blank lines.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-10-19Rename internal headers to follow pattern *-imp.h.Sebastian Rasmussen
2016-10-18Avoid checking argument to fz_drop_*()/fz_free().Sebastian Rasmussen
2016-10-14Drop all contexts the same way.Sebastian Rasmussen
2016-10-12Bug 697065: Fix bug in CMYK -> RGB pixmap converter.Robin Watts
2016-10-06Hide internals of fz_colorspaceRobin Watts
2016-07-06Expose LAB colorspaceSebastian Rasmussen
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2016-06-06Bug 696810: Avoid integer overflows.Robin Watts
2016-05-31Bug 696813: Fix Lab colorspaces.Robin Watts
2016-05-26Cope better when asked to plot alpha only pixmaps.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-13Remove fz_lookup_device_colorspace().Sebastian Rasmussen
2016-04-27Fix 696649: remove fz_rethrow_message calls.Tor Andersson
2016-02-22Remove pointless casts from void*.Tor Andersson
2016-01-21Drop const from fz_colorspace.Tor Andersson
2016-01-13Add lots of consts.Robin Watts
2015-05-19Add locks to fz_set_device_xxx colorspace context functions.Tor Andersson
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-10Add some Memento_labels to aid debugging of leaks.Robin Watts
2014-05-07Bug 694801: fast_cmyk_to_rgb caching broken.Robin Watts
2014-02-17Add const to colorspace source arguments and dependencies.Tor Andersson
2014-01-02Bug 694585: Further improve mesh rendering timesRobin Watts
2013-10-31Fix bug in gray to cmyk color converters.Tor Andersson
2013-08-28fix various typosSimon Bünzli
2013-06-20Rearrange source files.Tor Andersson