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
/
load-pnm.c
Age
Commit message (
Expand
)
Author
2016-12-14
Let pixmap colorspace conversion create new pixmap.
Sebastian Rasmussen
2016-12-14
Plug pixmap leak when fz_convert_pixmap() throws.
Sebastian Rasmussen
2016-11-03
Fix signed/unsigned and size_t/int/fz_off_t warnings.
Robin Watts
2016-10-14
pnm: Workaround for b/w PAM images with packed samples.
Sebastian Rasmussen
2016-10-14
pnm: Support b/w PAM images with alpha.
Sebastian Rasmussen
2016-10-14
pnm: PAM images have component inverted compared to PNM.
Sebastian Rasmussen
2016-10-14
pnm: Premultiply alpha for use in pixmap.
Sebastian Rasmussen
2016-10-14
pnm: Better guesses when tuple type is not specified.
Sebastian Rasmussen
2016-10-14
pnm: Interpret binary b/w image samples correctly.
Sebastian Rasmussen
2016-10-14
pnm: Prefer enum to strings when parsing tuple type.
Sebastian Rasmussen
2016-10-14
pnm: Prefer enum to strings when parsing header tokens.
Sebastian Rasmussen
2016-10-14
pnm: Throw exception if image is too big.
Sebastian Rasmussen
2016-10-14
pnm: Cosmetic reordering of code.
Sebastian Rasmussen
2016-10-06
Hide internals of fz_colorspace
Robin Watts
2016-09-26
pnm: Interpret b/w image colors correctly.
Sebastian Rasmussen
2016-07-08
git stripspace
Tor Andersson
2016-07-06
Add support for decoding pbm/pgm/ppm/pam images.
Sebastian Rasmussen