summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/colorspace.h
AgeCommit message (Expand)Author
2018-10-25Make alpha channel unmultiply and premultiply utility functions public.Tor Andersson
2018-09-05Use colorspace type enum instead of magic profile names.Tor Andersson
2018-05-16Purge unused functions.Tor Andersson
2018-01-10Add colorspace type enum and use it instead of hardcoded checks on N.Tor Andersson
2017-10-25Add fz_new_icc_colorspace_from_stream.Robin Watts
2017-10-24Add interface for setting icc space to bgr formatMichael Vrhel
2017-10-24Make a public fz_new_icc_colorspace_from_file function.Tor Andersson
2017-10-24Look for changes to Default colorspaces in XObjects.Robin Watts
2017-10-24Don't apply default decode array to ICC Lab image data.Robin Watts
2017-10-24Change colorspace 'device_n' field to be a flags word.Robin Watts
2017-10-24Logic for Sep and DeviceN colorspaces with C,M,Y, or K.Michael Vrhel
2017-10-13Fix further problem seen in PDF_2.0_FTS/fts_23_2311.pdfRobin Watts
2017-07-19Add some consts to color conversions.Robin Watts
2017-07-19Extend fz_colorspaces to better cope with DeviceN.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-04Remove is_static from fz_new{,_icc}_colorspace.Robin Watts
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
2017-01-17Fix typos.Sebastian Rasmussen
2016-12-27Common code to ensure we only premultiply pixmaps with additive colors.Tor Andersson
2016-11-14More API tweaks.Robin Watts
2016-10-06Hide internals of fz_colorspaceRobin Watts
2016-07-12Fix typo in comment.Robin Watts
2016-07-09Add documentation for exposed LAB function.Sebastian Rasmussen
2016-07-06Expose LAB colorspaceSebastian Rasmussen
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2016-05-31Bug 696813: Fix Lab colorspaces.Robin Watts
2016-05-13Remove fz_lookup_device_colorspace().Sebastian Rasmussen
2016-01-21Drop const from fz_colorspace.Tor Andersson
2016-01-13Add lots of consts.Robin Watts
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-02-17Add const to colorspace source arguments and dependencies.Tor Andersson
2014-01-02Bug 694585: Further improve mesh rendering timesRobin Watts
2013-06-18Add explicit #include for header file interdependencies.Tor Andersson
2013-06-18Split fitz.h into subheaders.Tor Andersson