summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-08Bug 689699: Avoid buffer overrun.Robin Watts
2017-11-08Bug 698704: Fix for overflow check failing due to 'clever' compiler.Robin Watts
2017-11-08Bug 698689: Don't create a hint stream for a file with 0 pages.Robin Watts
2017-11-06Update lcms2art with the latest from lcms2 (2.9).Robin Watts
2017-11-06Expose text filtering through pdf_clean interface.Robin Watts
2017-11-06Use text state handling in pdf_filter_processor to filter text.Robin Watts
2017-11-06Extract text state handling from run pdf_processor.Robin Watts
2017-11-02Fixes for win32 build.Tor Andersson
2017-11-01Add separate fz_close_output step.Tor Andersson
2017-11-01Use int64_t for public file API offsets.Tor Andersson
2017-11-01Don't use 'long' needlessly.Tor Andersson
2017-11-01Silence warning.Tor Andersson
2017-10-30Avoid UMR in fz_copy_pixmap_area_converting_seps.Robin Watts
2017-10-25Fix multithreaded crash with tiled regions.Robin Watts
2017-10-25Fix pgm corruption with spots files.Robin Watts
2017-10-25Ensure that fz_new_image_from_buffer doesn't leak a colorspace.Robin Watts
2017-10-25Fix colorspace reference counting in fz_load_*_info.Tor Andersson
2017-10-25Clean up ICC loading in PNG loader.Tor Andersson
2017-10-25Get gprf working with the changes made to the fz_separationsMichael Vrhel
2017-10-25Have get_output_intent return ICC profile for image class documentMichael Vrhel
2017-10-25Use ICC profile in tiff file if presentMichael Vrhel
2017-10-25Add CIE Lab color space support to tiff loaderMichael Vrhel
2017-10-25Get ICC information from JPEG imageMichael Vrhel
2017-10-25Use embedded ICC profile when rendering PNG imagesMichael Vrhel
2017-10-25Add fz_new_icc_colorspace_from_stream.Robin Watts
2017-10-24Add proper handling of bgr<->rgb for pixmap conversionsMichael Vrhel
2017-10-24Add interface for setting icc space to bgr formatMichael Vrhel
2017-10-24Handle DeviceBGR <-> DeviceRGB properlyMichael Vrhel
2017-10-24Minor fix for bgr handling with lcms2Michael Vrhel
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-24Honor OPM only when CMYK color spaces matchMichael Vrhel
2017-10-24Fix alpha group blend in CATX5233.pdf (Page 7).Robin Watts
2017-10-24When cloning separations, clone cs_pos too.Robin Watts
2017-10-24Use abort instead of NULL function to crash.Robin Watts
2017-10-24Fix spot blend routine forgetting to complement in RGB process spaces.Robin Watts
2017-10-24Fix separations object handling when cloning for spots.Robin Watts
2017-10-24Don't override non-default Device{Gray,RGB,CMYK} by OI.Robin Watts
2017-10-24More overprint fixes.Robin Watts
2017-10-24Avoid security warning.Robin Watts
2017-10-24Disallow overprinting if CMYK spaces mismatch.Robin Watts
2017-10-24Improved overprint (simulation) control.Robin Watts
2017-10-24Fix some Ghent overprint test files.Robin Watts
2017-10-24Fix overprinting simulation in RGB output with no spots.Robin Watts
2017-10-24Fix "CompatibleOverprint" blend mode.Robin Watts
2017-10-24Fix knockout operation.Robin Watts
2017-10-24Add support for use of proofing profile.Robin Watts
2017-10-24Add group_alpha plane to draw device and painters.Robin Watts
2017-10-24mudraw: Add ability to specify icc profile for target colorspace.Michael Vrhel
2017-10-24Make a public fz_new_icc_colorspace_from_file function.Tor Andersson