summaryrefslogtreecommitdiff
path: root/source/fitz/output-ps.c
AgeCommit message (Expand)Author
2018-07-05Pass rects by value: device and document interface.Tor Andersson
2017-11-22Use custom allocator everywhere zlib is used.Sebastian Rasmussen
2017-11-01Add separate fz_close_output step.Tor Andersson
2017-09-07Make sure to always drop a fz_device even upon error.Sebastian Rasmussen
2017-08-17Add PS document writer.Tor Andersson
2017-07-19Update band writer (especially PSD) to cope with spotsRobin Watts
2017-06-27When PS/PNG band writers throw, end the deflate streams if open.Sebastian Rasmussen
2017-06-27Avoid inconsistently freeing PS band writer upon error.Sebastian Rasmussen
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-03-22Always use %g for short-as-possible format character.Tor Andersson
2017-03-22Rename fz_putc/puts/printf to fz_write_*.Tor Andersson
2017-03-11Fix PS image output.Robin Watts
2017-03-11Simplify fz_band_writer API.Robin Watts
2017-01-06Fix /dev/null slowdown.Robin Watts
2016-10-12Change code from using bandheight to using band_height.Robin Watts
2016-10-12Regularize band writer interface.Robin Watts
2016-06-28Fix inconsistency in band handling.Robin Watts
2016-05-24fz_pixmap revamp: add stride and make alpha optionalRobin Watts
2016-03-25Fix PS output banded mode operation.Robin Watts
2016-03-21Add .ps output to mutool draw.Robin Watts