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
/
halftone.c
Age
Commit message (
Expand
)
Author
2017-03-23
Add generic pixmap document writer.
Tor Andersson
2017-01-17
Fix typos.
Sebastian Rasmussen
2016-11-14
More API tweaks.
Robin Watts
2016-11-11
API improvements.
Robin Watts
2016-10-18
Avoid checking argument to fz_drop_*()/fz_free().
Sebastian Rasmussen
2016-10-12
Change code from using bandheight to using band_height.
Robin Watts
2016-07-08
Use fz_keep_imp and fz_drop_imp for all reference counting.
Tor Andersson
2016-06-17
Improve banding API.
Robin Watts
2016-06-06
Change ARM assembler to be compatible with Xcode/clang
Joseph Heenan
2016-05-24
Fix ARM code in light of plotter changes.
Robin Watts
2016-05-24
fz_pixmap revamp: add stride and make alpha optional
Robin Watts
2016-03-25
Rename ARCH_ARM_CAN_LOAD_UNALIGNED to be ARCH_UNALIGNED_OK
Robin Watts
2016-03-25
More ARM code thresholding work.
Robin Watts
2016-03-23
Update halftoning to use shorter line buffer.
Robin Watts
2016-03-23
ARM code do_threshold_1
Robin Watts
2016-03-22
Optimise the C for do_threshold_1.
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-03-15
Fix leak/missing error cleanup in halftoning code.
Robin Watts
2015-12-18
Rename fz_halftone_pixmap to fz_new_bitmap_from_pixmap.
Tor Andersson
2013-09-13
Fix various compile warnings spotted by the cluster.
Robin Watts
2013-06-20
Rearrange source files.
Tor Andersson