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
/
bitmap.c
Age
Commit message (
Expand
)
Author
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-09
Bug 697466: Fix banded PKM/PBM output.
Robin Watts
2016-12-27
Strip extraneous blank lines.
Tor Andersson
2016-10-12
Change code from using bandheight to using band_height.
Robin Watts
2016-10-12
Regularize band writer interface.
Robin Watts
2016-07-08
Use fz_keep_imp and fz_drop_imp for all reference counting.
Tor Andersson
2016-03-21
Tweak NULL output code.
Robin Watts
2016-03-18
Add 1bpp cmyk output to mutool draw.
Robin Watts
2016-03-16
mutool draw: Add banded mode output for pbm files.
Robin Watts
2016-01-05
Add pixmap struct accessors.
Tor Andersson
2015-12-15
Rename fz_output_x to fz_write_pixmap_as_x etc.
Tor Andersson
2015-12-15
Rename fz_write_x to fz_save_pixmap_as_x or fz_save_bitmap_as_x.
Tor Andersson
2015-12-11
Use fz_output instead of FILE* for most of our output needs.
Tor Andersson
2015-05-15
Support pdf files larger than 2Gig.
Robin Watts
2013-06-20
Rearrange source files.
Tor Andersson