summaryrefslogtreecommitdiff
path: root/source/fitz/separation.c
AgeCommit message (Expand)Author
2018-10-25Add and use fz_convert_pixmap_samples helper function.Tor Andersson
2018-10-23Remove extra blank lines.Tor Andersson
2018-10-12Drop separation pixmap upon exception.Sebastian Rasmussen
2018-10-12Set separation reference count early.Sebastian Rasmussen
2018-07-05Pass rect and matrix by value in geometry functions.Tor Andersson
2018-05-16Purge unused functions.Tor Andersson
2017-12-06Update fz_convert_separation_colors to cope with unnamed separations.Robin Watts
2017-11-09Bug 698353: Avoid having our API depend on DEBUG/NDEBUG.Robin Watts
2017-11-01Use int64_t for public file API offsets.Tor Andersson
2017-11-01Silence warning.Tor Andersson
2017-10-30Avoid UMR in fz_copy_pixmap_area_converting_seps.Robin Watts
2017-10-24Update pixmap with spots conversion to cope with alpha.Robin Watts
2017-10-24Fix problem with spot shadings in isolated groups.Robin Watts
2017-10-24When cloning separations, clone cs_pos too.Robin Watts
2017-10-24Fix separations object handling when cloning for spots.Robin Watts
2017-10-24Add support for use of proofing profile.Robin Watts
2017-10-24Only do proof conversion in final pop.Michael Vrhel
2017-10-24Logic for Sep and DeviceN colorspaces with C,M,Y, or K.Michael Vrhel
2017-10-05Remove shadowed variables.Sebastian Rasmussen
2017-09-12Fix separation pixmap conversion functions for DeviceN.Robin Watts
2017-09-08Update fz_separations equivalent color mechanism.Robin Watts
2017-09-08Update draw device to cope with spots.Robin Watts
2017-07-19Add spots to fz_pixmaps.Robin Watts
2017-07-19Rejig page separations interface.Robin Watts
2016-10-12Remove superfluous context null checks.Tor Andersson
2016-07-08Use fz_keep_imp and fz_drop_imp for all reference counting.Tor Andersson
2015-07-20Fix leak in separations code.Robin Watts
2015-06-29Add Separation class to fitz.Robin Watts