Age | Commit message (Expand) | Author |
2018-02-06 | Remove redundant call to fz_rethrow(). | Sebastian Rasmussen |
2018-01-10 | Add colorspace type enum and use it instead of hardcoded checks on N. | Tor Andersson |
2017-12-06 | Bug 698801: Always copy background in when clipping an imagemask. | Robin Watts |
2017-11-23 | Allow RGB based proofing profile and output intent | Michael Vrhel |
2017-11-22 | Prefer using fz_snprintf over snprintf. | Sebastian Rasmussen |
2017-10-25 | Fix multithreaded crash with tiled regions. | Robin Watts |
2017-10-24 | Honor OPM only when CMYK color spaces match | Michael Vrhel |
2017-10-24 | Fix alpha group blend in CATX5233.pdf (Page 7). | Robin Watts |
2017-10-24 | More overprint fixes. | Robin Watts |
2017-10-24 | Disallow overprinting if CMYK spaces mismatch. | Robin Watts |
2017-10-24 | Fix some Ghent overprint test files. | Robin Watts |
2017-10-24 | Fix overprinting simulation in RGB output with no spots. | Robin Watts |
2017-10-24 | Fix knockout operation. | Robin Watts |
2017-10-24 | Add support for use of proofing profile. | Robin Watts |
2017-10-24 | Add group_alpha plane to draw device and painters. | Robin Watts |
2017-10-24 | Move to be more like Ghostscript in the handling of shapes. | Robin Watts |
2017-10-24 | Clear isolated flag within 'inner' knockout groups. | Robin Watts |
2017-10-24 | Update blend mode debug dumps to include group backdrops. | Robin Watts |
2017-10-24 | Make sure shades use proper "default" color space. | Michael Vrhel |
2017-10-24 | Avoid using overprinting routines unnecessarily. | Robin Watts |
2017-10-24 | Only allow overprint when color spaces are subtractive. | Michael Vrhel |
2017-10-24 | Fix overprint color component detection. | Robin Watts |
2017-10-24 | Only do proof conversion in final pop. | Michael Vrhel |
2017-10-24 | Fix overprint with shadings. | Robin Watts |
2017-10-24 | Add FZ_ENABLE_SPOT_RENDERING define. | Robin Watts |
2017-10-24 | Overprint support. | Robin Watts |
2017-10-24 | Change colorspace 'device_n' field to be a flags word. | Robin Watts |
2017-10-24 | Logic for Sep and DeviceN colorspaces with C,M,Y, or K. | Michael Vrhel |
2017-10-13 | Fix further problem seen in PDF_2.0_FTS/fts_23_2311.pdf | Robin Watts |
2017-09-27 | Bug 698588: Short circuit plotting of images if alpha == 0. | Robin Watts |
2017-09-22 | Fix places where we assign state without using it. | Robin Watts |
2017-09-20 | Drop rasterizer upon error while bounding path. | Sebastian Rasmussen |
2017-09-08 | Start to rework plotters. | Robin Watts |
2017-09-08 | Update fz_separations equivalent color mechanism. | Robin Watts |
2017-09-08 | Update draw device to cope with spots. | Robin Watts |
2017-09-07 | Initialize variables to appease clang scan-build. | Sebastian Rasmussen |
2017-08-17 | Add PWG document writer. | Tor Andersson |
2017-07-21 | Only try caching tiles once. | Tor Andersson |
2017-07-19 | Update blend debugging code to save pixmaps as PSDs if required. | Robin Watts |
2017-07-19 | Add spots to fz_pixmaps. | Robin Watts |
2017-07-17 | Remove local variables from fz_draw_clip_image_mask | Robin Watts |
2017-07-17 | Switch order of fz_dump_blend arguments. | Robin Watts |
2017-07-17 | Fix fz_copy_pixmap_rect to work properly in all cases. | Robin Watts |
2017-07-17 | Complement subtractive colors before applying blend modes. | Tor Andersson |
2017-07-17 | Add colorspace handling to transparency groups | Michael Vrhel |
2017-07-17 | Fix shape handling in draw-device. | Robin Watts |
2017-06-22 | Move rasterizer/anti-alias choices into the draw device. | Robin Watts |
2017-06-22 | Add Color Management interface to MuPDF, with LCMS implementation. | Michael Vrhel |
2017-06-13 | Introduce fz_rasterizer encapsulation | Robin Watts |
2017-06-03 | Remove forcing of isolate mode in clipping paths. | Robin Watts |