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-png.c
Age
Commit message (
Expand
)
Author
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-02-22
Move PATH_MAX to system.h
Michael Vrhel
2017-01-06
Fix /dev/null slowdown.
Robin Watts
2016-12-14
Let pixmap colorspace conversion create new pixmap.
Sebastian Rasmussen
2016-10-12
Optimise fz_new_buffer_from_image_as_png.
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-09-23
Fix warning: set but unused variable.
Tor Andersson
2016-07-20
Fix memory leak in fz_new_buffer_from_image_as_png.
Robin Watts
2016-07-08
Separate close and drop functionality for devices and writers.
Tor Andersson
2016-06-17
Add device space transform state to draw device.
Tor Andersson
2016-06-17
Improve banding API.
Robin Watts
2016-06-16
Fix MSVC build; PATH_MAX not defined.
Robin Watts
2016-06-16
Add PNG output for mutool convert.
Tor Andersson
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