summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/bitmap.h
AgeCommit message (Collapse)Author
2017-09-20Remove comment markers about interfaces not throwing exceptions.Sebastian Rasmussen
2017-01-17Fix typos.Sebastian Rasmussen
2016-11-11API improvements.Robin Watts
Add missing API comments. Move private definitions to implementation headers or C files. Move internal functions to implementation headers.
2016-10-12Change code from using bandheight to using band_height.Robin Watts
Keep to our naming conventions.
2016-10-05Add some more comments to API headersRobin Watts
2016-06-17Improve banding API.Robin Watts
Previously the API assumed that all bands had to be the same height. By moving the multiplication into the caller, we can lift that assumption.
2016-03-16mutool draw: Add banded mode output for pbm files.Robin Watts
2015-12-18Rename fz_halftone_pixmap to fz_new_bitmap_from_pixmap.Tor Andersson
2013-06-18Add explicit #include for header file interdependencies.Tor Andersson
2013-06-18Split fitz.h into subheaders.Tor Andersson