summaryrefslogtreecommitdiff
path: root/source/fitz/output-pnm.c
AgeCommit message (Expand)Author
2017-11-08Pixmap writers for formats with alpha should handle premultiplied data.Robin Watts
2017-11-01Add separate fz_close_output step.Tor Andersson
2017-07-19Update band writer (especially PSD) to cope with spotsRobin Watts
2017-06-27Handle pnm/pam band writers throwing exceptions.Sebastian Rasmussen
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
2017-03-23Add generic pixmap document writer.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-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-29Handle alpha-only PAM output as grayscale.Sebastian Rasmussen
2016-06-29Output only as many components for PAM as exist.Sebastian Rasmussen
2016-06-21Handle colorspaces correctly when writing pnm.Sebastian Rasmussen
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-06-16Split image output functions into separate files.Tor Andersson