index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
fitz
/
output-pnm.c
Age
Commit message (
Expand
)
Author
2017-07-19
Update band writer (especially PSD) to cope with spots
Robin Watts
2017-06-27
Handle pnm/pam band writers throwing exceptions.
Sebastian Rasmussen
2017-06-22
Add Color Management interface to MuPDF, with LCMS implementation.
Michael Vrhel
2017-03-23
Add generic pixmap document writer.
Tor Andersson
2017-03-22
Rename fz_putc/puts/printf to fz_write_*.
Tor Andersson
2017-03-11
Simplify fz_band_writer API.
Robin Watts
2017-01-06
Fix /dev/null slowdown.
Robin Watts
2016-10-12
Change code from using bandheight to using band_height.
Robin Watts
2016-10-12
Regularize band writer interface.
Robin Watts
2016-06-29
Handle alpha-only PAM output as grayscale.
Sebastian Rasmussen
2016-06-29
Output only as many components for PAM as exist.
Sebastian Rasmussen
2016-06-21
Handle colorspaces correctly when writing pnm.
Sebastian Rasmussen
2016-06-17
Fix fz_write_pam code.
Robin Watts
2016-06-17
Improve banding API.
Robin Watts
2016-06-16
Drop save_alpha argument from image writing functions.
Tor Andersson
2016-06-16
Split image output functions into separate files.
Tor Andersson