summaryrefslogtreecommitdiff
path: root/source/fitz/output-pcl.c
AgeCommit message (Expand)Author
2018-10-23Remove unused variables in output-pcl.cTor Andersson
2018-10-18Bug 699967: Follow ons.Robin Watts
2018-10-18Bug 699967: Fix crash with wide format output to color PCL.Robin Watts
2018-07-05Pass rects by value: device and document interface.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-09-07Make sure to always drop a fz_device even upon error.Sebastian Rasmussen
2017-08-17Add PCL 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-06-06Remove unused variable/function.Sebastian Rasmussen
2017-04-27Include required system headers.Tor Andersson
2017-04-27Use fz_snprintf.Tor Andersson
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-11Simplify fz_band_writer API.Robin Watts
2017-01-17Fix typos.Sebastian Rasmussen
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-25Refactor pcl output to work in bands.Robin Watts
2016-03-25Tweak the PCL page size handling/options.Robin Watts
2016-03-25Add 24 bit RGB PCL output mode.Robin Watts
2016-03-15Fix mode2compress for PCL.Robin Watts
2016-03-01Fix bug in pcl page size finding code.Robin Watts
2016-03-01PCL output: Add code to guess paper sizes.Robin Watts
2016-02-12Fix PCL output (monochrome).Robin Watts
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
2014-09-02Clean some whitespace.Tor Andersson
2013-06-20Rearrange source files.Tor Andersson