summaryrefslogtreecommitdiff
path: root/source/fitz/halftone.c
AgeCommit message (Expand)Author
2018-07-05Pass matrices by value: device and document interface.Tor Andersson
2018-06-22Don't pollute namespace with our 'restrict' macro. Use FZ_RESTRICT instead.Tor Andersson
2017-07-19Add spots to fz_pixmaps.Robin Watts
2017-04-27Typedef function pointers consistently.Tor Andersson
2017-04-27Include required system headers.Tor Andersson
2017-03-23Add generic pixmap document writer.Tor Andersson
2017-01-17Fix typos.Sebastian Rasmussen
2016-11-14More API tweaks.Robin Watts
2016-11-11API improvements.Robin Watts
2016-10-18Avoid checking argument to fz_drop_*()/fz_free().Sebastian Rasmussen
2016-10-12Change code from using bandheight to using band_height.Robin Watts
2016-07-08Use fz_keep_imp and fz_drop_imp for all reference counting.Tor Andersson
2016-06-17Improve banding API.Robin Watts
2016-06-06Change ARM assembler to be compatible with Xcode/clangJoseph Heenan
2016-05-24Fix ARM code in light of plotter changes.Robin Watts
2016-05-24fz_pixmap revamp: add stride and make alpha optionalRobin Watts
2016-03-25Rename ARCH_ARM_CAN_LOAD_UNALIGNED to be ARCH_UNALIGNED_OKRobin Watts
2016-03-25More ARM code thresholding work.Robin Watts
2016-03-23Update halftoning to use shorter line buffer.Robin Watts
2016-03-23ARM code do_threshold_1Robin Watts
2016-03-22Optimise the C for do_threshold_1.Robin Watts
2016-03-18Add 1bpp cmyk output to mutool draw.Robin Watts
2016-03-16mutool draw: Add banded mode output for pbm files.Robin Watts
2016-03-15Fix leak/missing error cleanup in halftoning code.Robin Watts
2015-12-18Rename fz_halftone_pixmap to fz_new_bitmap_from_pixmap.Tor Andersson
2013-09-13Fix various compile warnings spotted by the cluster.Robin Watts
2013-06-20Rearrange source files.Tor Andersson