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-pcl.c
Age
Commit message (
Expand
)
Author
2017-04-27
Include required system headers.
Tor Andersson
2017-04-27
Use fz_snprintf.
Tor Andersson
2017-03-22
Always use %g for short-as-possible format character.
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-17
Fix typos.
Sebastian Rasmussen
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-28
Fix inconsistency in band handling.
Robin Watts
2016-05-24
fz_pixmap revamp: add stride and make alpha optional
Robin Watts
2016-03-25
Refactor pcl output to work in bands.
Robin Watts
2016-03-25
Tweak the PCL page size handling/options.
Robin Watts
2016-03-25
Add 24 bit RGB PCL output mode.
Robin Watts
2016-03-15
Fix mode2compress for PCL.
Robin Watts
2016-03-01
Fix bug in pcl page size finding code.
Robin Watts
2016-03-01
PCL output: Add code to guess paper sizes.
Robin Watts
2016-02-12
Fix PCL output (monochrome).
Robin Watts
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
2015-02-17
Add ctx parameter and remove embedded contexts for API regularity.
Tor Andersson
2015-02-17
Rename fz_close_* and fz_free_* to fz_drop_*.
Tor Andersson
2014-09-02
Clean some whitespace.
Tor Andersson
2013-06-20
Rearrange source files.
Tor Andersson