summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/output-pnm.h
AgeCommit message (Expand)Author
2017-03-23Add generic pixmap document writer.Tor Andersson
2017-03-15Split fz_band_writer into its own header file.Tor Andersson
2016-10-12Regularize band writer interface.Robin Watts
2016-06-17Fix fz_write_pam code.Robin Watts
2016-06-17Improve banding API.Robin Watts
2016-06-16Drop save_alpha argument from image writing functions.Tor Andersson
2016-05-26Bug 696803: Fix pam output.Robin Watts
2016-05-24fz_pixmap revamp: add stride and make alpha optionalRobin Watts
2016-03-18Add 1bpp cmyk output to mutool draw.Robin Watts
2016-03-16mutool draw: Add banded mode output for pbm files.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-02-17Add ctx parameter and remove embedded contexts for API regularity.Tor Andersson
2013-10-31Add CMYK support to PAM output.Tor Andersson
2013-08-30Add simple banding to mudraw.Robin Watts
2013-06-18Move fz_write_pixmap wrapper into pdfextract (its only user).Tor Andersson
2013-06-18Add explicit #include for header file interdependencies.Tor Andersson
2013-06-18Split fitz.h into subheaders.Tor Andersson