summaryrefslogtreecommitdiff
path: root/source/fitz/output-pwg.c
AgeCommit message (Expand)Author
2018-07-05Pass rects by value: device and document interface.Tor Andersson
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 PWG document writer.Tor Andersson
2017-07-19Update band writer (especially PSD) to cope with spotsRobin Watts
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
2017-04-27Include required system headers.Tor Andersson
2017-03-22Rename fz_putc/puts/printf to fz_write_*.Tor Andersson
2017-03-14Update PWG writer to be a band_writer.Robin Watts
2016-07-18Attempt to fix PWG output.Robin Watts
2016-05-24fz_pixmap revamp: add stride and make alpha optionalRobin Watts
2016-04-26Rename fz_write_int32be to fz_write_int32_be to be consistent with fz_read_in...Tor Andersson
2015-12-15Rename fz_output_x to fz_write_pixmap_as_x etc.Tor Andersson
2015-12-15Rename fz_write_x to fz_save_pixmap_as_x or fz_save_bitmap_as_x.Tor Andersson
2015-12-11Use fz_output instead of FILE* for most of our output needs.Tor Andersson
2015-05-15Support pdf files larger than 2Gig.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
2013-10-31Add CMYK support to PWG output.Tor Andersson
2013-06-20Rearrange source files.Tor Andersson